Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't scroll the menu when on a mobile device. #32

Open
ashleyjenniker opened this issue Mar 31, 2016 · 4 comments
Open

Can't scroll the menu when on a mobile device. #32

ashleyjenniker opened this issue Mar 31, 2016 · 4 comments

Comments

@ashleyjenniker
Copy link

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/

@giolvani
Copy link

Neigther even with native scroll, it doesn't work.

@eDeus69
Copy link

eDeus69 commented Apr 13, 2017

Try using this component.css:
https://jsfiddle.net/VisedFAQ/aqe96kbz/

@pareshbhanderi
Copy link

it's not working for me. I have tried but it's sames working not getting any proper solution.

@verma-ankur
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants