• When scrolling on a long mobile menu, each drag is classed as a click and the submenu opens up, causing the menu to move around lots.

    Is there a way to disable this functionality? Ignore the drag but allow normal clicks. Or some quick fix I can put in place? Unable to adjust the JS as this is all minified…

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author grooni

    (@grooni)

    Hello, yes you are right, i understand the problem, while there is no solution. I added the tast to our backlog

    Thread Starter yellowbits

    (@yellowbits)

    With no access to src this was difficult but in minified frontent.js I changed

    var mt=document.querySelectorAll(".gm-mobile-menu-container .gm-anchor")

    to work from click instead of touchend.

    I don’t recall the changes exactly as minified is tricky for me but it was a simple change to fix ??

    Plugin Author grooni

    (@grooni)

    Wow, I’ll have to check. I’m glad you found a way out. ??
    BTW, Groovy menu Free is open source, code located on the GITHUB

    https://github.com/grooni/groovy-wordpress-mega-menu-plugin

    • This reply was modified 1 year, 8 months ago by grooni.
    Thread Starter yellowbits

    (@yellowbits)

    ah that would have been a lot easier haha.

    ill take a look and see if I can fork I guess!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Mobile menu opening submenus on drag scroll’ is closed to new replies.