Touch gestures on iOS are not working as expected #2424
Unanswered
foxriver76
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
wishing you a nice day and thanks for the great lib.
I have two handlers, one for a single 3 finger (or more) tap, which changes the active view of my RN app and another gesture (2 finger double tap) to reload a webview.
On Android this works as expected, while on iOS, it seem to be pure luck if he detects a gesture and even more luck to detect the correct one. Probably I am doing something basically wrong?
The whole App is wrapped in a
GestureHandlerRootView
and the tappable View and definitions are as following:any ideas here?
Beta Was this translation helpful? Give feedback.
All reactions