-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Scrolling not working on mobile devices #132
Comments
I have already @Vinsanity suggested CSS improvements found here: #102. Still not working though. Thoughts? |
I think the issue resides in the following function, which seems to prevent the panel from scrolling when the menu is opened.
Commenting fixes it partially (allows panell scrolling while the menu is active which is not cool) but the right fix would be preventing default ONLY when the evt target is a panel's child element and not any element. |
I have the same problem, seems to be introduced by the newest release. I have it successfully working with version 0.1.9 |
Sorry guys! Thanks for reporting this bug. Fixed on v0.1.11. |
Great! Thank you! |
Perfect. Works again, thanks for the quick fix. |
Hi! I am using the latest version but I still have this issue. All works fine apart from the fact that when I have the phone in landscape mode the menu is not scrollable and some items are not visible. Do I need to do something else other than use the latest version? Thanks in advance :) |
Looks like the problem for me was caused by this code
which I had for the "pull to refresh" action done with iScroll. I have resolved by removing this listener when the side menu is open so to allow for native scrolling of the menu:
Seems to work fine now... |
Got everything working great except that when the menu in the slide out is vertically longer that the viewport (very common in landscape orientation), the user can not scroll the menu vertically to reveal the rest of the menu items. This does work on desktop clients with the default ugly sidebars but seems to be entirely non functional on mobile touch devices.
Even testing the demo at https://mango.github.io/slideout/ yields the same behavior.
Am I missing something? It is otherwise a really great solution for us here. Please advise. Thank you!
The text was updated successfully, but these errors were encountered: