-
Notifications
You must be signed in to change notification settings - Fork 714
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 page doesn't work on thumbnails on mobile devices #107
Labels
Comments
Thats odd, If you go on the demo page using a mobile device I can scroll just fine. |
Try to scroll by "touchstarting" on a thumbnail. Doing so will lead the |
Ah I see the issue now. |
I will fix this by removing the |
xiaolin
added a commit
that referenced
this issue
Oct 22, 2016
fixed in 0.7.3 |
xiaolin
added a commit
that referenced
this issue
Jul 21, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It seems like the call
event.preventDefault()
inslideToIndex()
prevents scrolling of a page when on mobile devices (via touchstart).The text was updated successfully, but these errors were encountered: