You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a better solution for this.
For mobile you can change the menu-open event from "touchstart" -> "click"
you can do this in javascript. there is file "mlpushmenu.js"
In this file you can find the line-->- this.eventtype = mobilecheck() ? 'touchstart' : 'click';
change it to this.eventtype = 'click';
And you will be able to scroll the menu.
For a responsive menu this does not work that great on mobile devices, especially when rotating the device to landscape.
On large desktop screens, the menu works perfect!
I tried combining this with a custom jquery scrollbar but have not had any success yet.
http://manos.malihu.gr/jquery-custom-content-scroller/
The text was updated successfully, but these errors were encountered: