Activity

  • [email protected] started the topic Mobile repaint function in the forum BuddyBoss 3.0 10 years, 1 month ago

    Hello,

    I have a little problem. In our website, in mobile-main.js we have this function:

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

    The problem is that when a user loads the website in mobile version, there is a delay (1 second more or less) and then repaint it ( I think that it’s provocateur by images, css and js load, not the function).

    If we remove this line, there is not repaint (good for users). The uniq issue is that the main menu is not floating, except if the user interacts with him or changes the mobile position.

    Any workaround to implement floating menu in css only in mobile version without repainting through js?

    Best Regards,