Activity

  • Javier replied to the topic Mobile repaint function in the forum BuddyBoss 3.0 10 years, 1 month ago

    Exactly. It’s very inconvenient for the user. Our actual “workaround” is, in mobile-main.js:

    $window.bind(“load”, function() {
    //bb_trigger_mobile_repaint();
    });

    Best regards