question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Can not scroll up on ios 9 safari

See original GitHub issue

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

Issue Analytics

  • State:open
  • Created 8 years ago
  • Comments:6

github_iconTop GitHub Comments

1reaction
slorbercommented, 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

0reactions
pkostadinov-2createcommented, Jun 27, 2016

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

Read more comments on GitHub >

github_iconTop Results From Across the Web

Can't scroll down in Safari on iPad / iPhone / iPod Touch
To overcome this issue, try this: · DON'T DRAG IT. · Disable JavaScript in Safari by tapping tap Settings > Safari. · Try...
Read more >
iOS 9 Safari: changing an element to fixed position while ...
iOS 9 comes with a new behavior: if the position of an element changes from static / relative / absolute to fixed while...
Read more >
Top 12 Fixes for Safari Not Loading Pages on iPhone and iPad
Step 4: Restart the phone and see if you can open web pages. If the issue persists, come back to Settings > Safari....
Read more >
Cant scroll or click on anything in safari after loading certain ...
249K subscribers in the ios community. Everything Apple iOS & iPadOS - including software support.
Read more >
How to Fix Safari's “Cannot Open Page” Error on iPhone
Quit and Reopen Safari on Older iPhones · Double-press the Home button to bring up your open apps. · Swipe up on Safari...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found