Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted March 22, 20241 yr 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);
March 23, 20241 yr 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.
March 25, 20241 yr Community Expert Unless Im misunderstanding something (quite possible lol), wouldn't that be for the author of that theme to do?
March 25, 20241 yr 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
March 26, 20241 yr Community Expert 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.