How to allow only one touch on Android? I don't want to support multi-touch and I want my app to discard other touches if my one of my fingers is already touching the screen. It's like using exclusive touch on iOS.
Also, is there a way to set the number of touches allowed?
Thanks!
EDIT: Minimum target API = 8.
yes you can disable the multi-touch by using this android:splitMotionEvents="false" or android:windowEnableSplitTouch="false"
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With