-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Scroll isn't disable on drag events with iOS 9.3 #952
Comments
Thank you for reporting this. Im already working on a patch for it. This is because of iOS incomplete implementation of |
Ok ! Thanks @arschmitz for your precisions |
Hey guys. What is the best way to interim fix this? |
im not sure there is a simple fix working to get this fixed but been busy hope to get it done this weekend |
Read last message ! https://bugs.webkit.org/show_bug.cgi?id=149854 |
@adrienbecker thats unrelated to this but thank you |
@adrienbecker no worries that was the cause with some issues in some of my other libraries not totally off base or anything just not this particular issue. Thats for touch-action manipulation to work ( the only value supported by webkit ). In your case touch action none is the issue which is just not supported by webkit at all. We fake it when its not supported. Problem is we check for support of touch-action as a whole not the individual props since we never expected someone ( apple ) to implement just one value and not the rest. |
I guess this can be checked with |
#955 a PR, can anyony verify this fix? |
@jtangelder I have an iPhone but I've avoided upgrading to 9.3 due to this... :/ Guess I need to take the leap? |
@jtangelder @runspired i have one upgraded @runspired see comment on #955 though |
@arschmitz Great ! It works fine :) |
Can you update the npm package ? |
We will do a new release with this and some other fixes some time this week i would think. |
Any updates on the npm release? |
Pull request #956 is always open |
For anyone coming across this, a quick fix might be to call |
Bug in 2.0.6 left viewport scroll enabled on swipe for iOS 9.3+ devices. hammerjs/hammer.js#952
Hi everybody,
Scroll isn't disable on drag events with iOS 9.3.
I have compared with old ios version and all it's good !
Best,
Adrien
The text was updated successfully, but these errors were encountered: