web-pull-to-refresh icon indicating copy to clipboard operation
web-pull-to-refresh copied to clipboard

Can not scroll up on ios 9 safari

Open Pana opened this issue 9 years ago • 6 comments

I have track it was because the _panUp method directly returned cause of pan.distance === 0 is true

Pana avatar Jan 20 '16 08:01 Pana

If the content is more than just one page

Pana avatar Jan 20 '16 08:01 Pana

no only pan.distance === 0, i think the touch event has conflicted.can you fix it?

kimchen003 avatar Apr 06 '16 09:04 kimchen003

+1

guox191 avatar Apr 24 '16 14:04 guox191

I find scroll up work only with Hammer.js 2.0.4

calledt avatar May 18 '16 13:05 calledt

I have experienced this issues as well after updating Hammer.js to later version. Please fix, so it is compatible with latest.

pkostadinov-2create avatar Jun 27 '16 13:06 pkostadinov-2create

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

slorber avatar Sep 01 '16 14:09 slorber