Jump to content

Featured Replies

Posted

Hello. There are themes where the mobile menu sticks to the screen header when scrolling on mobile devices.

When you click on the mobile menu, the scroll automatically scroll up the screen, I suggest removing this function! Molule: ips.ui.drawer. JS code:

show = function () {
    window.scrollTo(0, -1);

 

I have a sticky mobile header and agree with this suggestion - clicking the hamburger icon always draws the user to the very top of the page they are viewing, and it's not a very good UX. It'd be good to have that deactivated.

  • Community Expert

Unless Im misunderstanding something (quite possible lol), wouldn't that be for the author of that theme to do?

  • Author
3 minutes ago, Marc Stridgen said:

Unless Im misunderstanding something (quite possible lol), wouldn't that be for the author of that theme to do?

🙂 this is js from the core of the IC

Recently Browsing 0

  • No registered users viewing this page.