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.

simultaneousHandlers doesn't to work on iOS

See original GitHub issue

Hey,

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:closed
  • Created 5 years ago
  • Comments:8 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
brentvatnecommented, May 17, 2018

@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

0reactions
omarandstuffcommented, Jan 9, 2019

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

Read more comments on GitHub >

github_iconTop 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 >

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