-
Notifications
You must be signed in to change notification settings - Fork 92
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
Does not work in mobile chrome after update to version 55.0.X #20
Comments
You just need to update hammer at the top of the js file to the v2.0.8 found here http://hammerjs.github.io/dist/hammer.min.js Hopefully that helps! Edit: Upon further investigation this didn't actually fix the problem, just fixed it in chrome desktop mode. |
Is it working for you? |
Any thoughts? |
You're right, I jumped the gun on that one. It worked in the chrome browser desktop mode, but not when you actually throw it on a real mobile device. I had to pull the library out of our app, and go with iScroll instead. Let me know if you find a better solution. |
Not so much...working to find a solution. What do you mean but go with iScroll you removed this completely? Do iScroll has pull to refresh too? anyway I will try to see if I can solve this issue here. |
I had to pull wptr from our hybrid app, and went with a custom iScroll implementation. Essentially just hand-rolled ptr in. Spent a long time searching for a solution to fix this, but no luck, |
Web-pull-to-refresh does not work in chrome browser for mobile after the recent update to version 55.0.X
The text was updated successfully, but these errors were encountered: