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);

 

  • Kirill Gromov changed the title to Disable scroll for mobile menu

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.

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

Thanks for the suggestion. This has already been addressed in v5, but I’ll keep this in mind for v4 🙂  It’s bugged me in the past too. 

Recently Browsing 0

  • No registered users viewing this page.