Skip to content
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

Open
JosMarRivera opened this issue Dec 16, 2016 · 6 comments
Open

Does not work in mobile chrome after update to version 55.0.X #20

JosMarRivera opened this issue Dec 16, 2016 · 6 comments

Comments

@JosMarRivera
Copy link

Web-pull-to-refresh does not work in chrome browser for mobile after the recent update to version 55.0.X

@pskwarko
Copy link

pskwarko commented Jan 4, 2017

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.

@itaischw
Copy link

itaischw commented Feb 5, 2017

Is it working for you?
I tried downloading the hammer like you suggested.
Replaced the script in my environment and Run it on Chrome.
When it is in Desktop mode all is working. But if you go to inspect and change to device mode, choose Nexus or something you will see it is not working properly. even the demo with the same steps doesn't work. Also if you simply run it on android with updated chrome it isn't working.
What am I missing?

@itaischw
Copy link

itaischw commented Feb 6, 2017

Any thoughts?

@pskwarko
Copy link

pskwarko commented Feb 6, 2017

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.

@itaischw
Copy link

itaischw commented Feb 6, 2017

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.
Let me know if you have any progress

@pskwarko
Copy link

pskwarko commented Feb 6, 2017

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,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants