This repository has been archived by the owner on Mar 7, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 212
Problem with scrolling on Mobile device ( Android 6) #172
Comments
I am having the same problem, I would love to have a solution |
I have the same problem. Any tip? |
I have :)
$('.levelHolderClass ul').on('touchstart.scrollable', function (e) {
}); $('.levelHolderClass ul').on('touchmove.scrollable', function (e) {
}); Second: You change the onItemClick: function(ev) {
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Wondering if anyone else had problem with scrolling on Mobile devices? When I scroll (fast ) / Flick , it takes it as a click ( I mean it opens the item ). Is there any setting that I could fiddle with to prevent this from happening? Thanks for the excellent plugin though
The text was updated successfully, but these errors were encountered: