YousicianGit / UnityNativeEdit

Unity Native Input Plugin for both iOS and Android (Unity UI compatible)
44 stars 13 forks source link

Don't cancel taps on iOS #57

Closed sbergen closed 6 years ago

sbergen commented 6 years ago

On iOS, a GestureRecognizer is instantiated, which will capture and cancel all taps. Unity didn't use to care about this, but since 2017.2.2p2 does, so this needs to be fixed.

Fix is trivial and self-explanatory.

Nezz commented 6 years ago

GIF Good to merge :)