-
Notifications
You must be signed in to change notification settings - Fork 654
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
The sensitivity of the scroll to the anchor too sensitive #188
Comments
Apparently the "touchSensitivity" is used to solve the problem, but it does not work, nothing changes when I change the value :( I am blocked |
Hello there, After quite a while, I stumbled upon this reported issue: ...and figured, that the sensitivity didn't work because in my case container.height() also returned 0. In the jquery.pagepiling.js file I changed this:
...to this:
This seems to have fixed my issue. On my mobile device, pagepiling no longer fires, when I just tap the screen, but actually now only fires when it recognizes a swiping motion. |
Perfect !!! But, for me, the "100%" not work, "100vh" is OK. On pagepiling 1.5.5 , the line is : height: '100vh',overflow:"hidden","-ms-touch-action":"none","touch-action":"none" Thx you so much ! |
Thanks for the insights guys! |
"height":"100vh" is working perfectly for me too. Thanks. |
@akapowl hi! U can help me fix that problem? 100vh and 100% doents work :( |
Hi, again me :)
I have a problem of sensitivity, when I barely touch the screen in mobile version, I go directly to the anchor after.
How can I solve this problem?
Thank you :)
The text was updated successfully, but these errors were encountered: