-
Notifications
You must be signed in to change notification settings - Fork 147
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
(5.x) preventDefaultTouchmoveEvent (Mobile Safari?) #127
Comments
Thank you for posting this issue. I'll try to allocate some time next week to dig into this, but off the top of my head it could be related to the checks here: NOTE: THIS IS AN IOS/SAFARI ISSUE More info below in other comments and PRs.
|
I currently have the same issue 😞 |
@bhj did you find a workaround? |
@JiiB what are your thoughts on an approach or we can just discuss when the PR is open. |
What we've discovered so far:
Bug report(s) from around the web: |
Essentially the root issue - facebook/react#2043 |
@hartzis Alpha is working over here too. Thanks for digging into this! |
Still on target to release |
Hi and thanks for all your work.
I can't seem to prevent vertical scrolling during a left/right swipe using
preventDefaultTouchmoveEvent
with 5.x where 4.x works fine (iOS 12.1.4, React 16.8.3). I'm using it withonSwipedLeft
andonSwipedRight
and everything else default. Seeing same behavior in the example actually; any ideas or anyone else experiencing this?The text was updated successfully, but these errors were encountered: