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

Can not scroll up on ios 9 safari #14

Open
Pana opened this issue Jan 20, 2016 · 6 comments
Open

Can not scroll up on ios 9 safari #14

Pana opened this issue Jan 20, 2016 · 6 comments

Comments

@Pana
Copy link

Pana commented Jan 20, 2016

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

@Pana
Copy link
Author

Pana commented Jan 20, 2016

If the content is more than just one page

@kimchen003
Copy link

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

@guox191
Copy link

guox191 commented Apr 24, 2016

+1

@calledT
Copy link

calledT commented May 18, 2016

I find scroll up work only with Hammer.js 2.0.4

@pkostadinov-2create
Copy link

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

@slorber
Copy link

slorber commented Sep 1, 2016

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

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

6 participants