simultaneousHandlers doesn't to work on iOS
See original GitHub issueHey,
I think something with simultaneousHandlers
broke on iOS. The following snack works fine on Android, but not on iOS:
https://snack.expo.io/@jhalborg/sticker-example
On Android, the photo is easily manipulated on both drag, zoom and rotate simultaneously, but on iOS only one gesture can be performed at a time.
SDK 24
Expo client: 2.5
I also tried adding "react-native-gesture-handler": "^1.0.0-alpha.43"
to package.json
, but nothing changed, unfortunately
Issue Analytics
- State:
- Created 5 years ago
- Comments:8 (1 by maintainers)
Top Results From Across the Web
simultaneousHandlers doesn't to work on iOS #169 - GitHub
On Android, the photo is easily manipulated on both drag, zoom and rotate simultaneously, but on iOS only one gesture can be performed...
Read more >Nested PinchGestureHandler & PanGestureHandler not ...
I am using react-native-gesture-handler for handling multi touches. It is working fine on iOS but does nothing on Android. I am completely ...
Read more >Installation | React Native Gesture Handler - Software Mansion
If you use props such as shouldCancelWhenOutside , simultaneousHandlers , waitFor etc. with gesture handlers, the handlers need to be mounted under a...
Read more >Use AssistiveTouch on iPad - Apple Support
AssistiveTouch helps you use iPad if you have difficulty touching the screen ... If your gesture doesn't turn out quite right, tap Cancel,...
Read more >react-native-gesture-handler - Bountysource
I found this suggestion, but it doesn't work for me. ... while working correctly on Android, I'm unable to get it to work...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@jhalborg - not necessarily, it’s possible that there was a bug in sdk24 with gesturehandler, it was in dangerzone at the time so no guarantees around it
Hey @brentvatne thanks for the update, I opted out to use the Pan Responder from RN and worked well for me, but definitely is worth taking another look to this one for future work