web-pull-to-refresh
web-pull-to-refresh copied to clipboard
Can not scroll up on ios 9 safari
I have track it was because the _panUp method directly returned cause of pan.distance === 0 is true
If the content is more than just one page
no only pan.distance === 0, i think the touch event has conflicted.can you fix it?
+1
I find scroll up work only with Hammer.js 2.0.4
I have experienced this issues as well after updating Hammer.js to later version. Please fix, so it is compatible with latest.
As a hint I've noticed in my app (which does not use WPTR but a really close implementation) that using -webkit-overflow-scrolling: touch; seems to mess up with the pull-to-refresh logic, because Safari will translate natively the scrollable container content instead of the PTR implementation.
Not sure how it can be fixed because I really need -webkit-overflow-scrolling: touch; more than PTR