iOS double tap don't work ??
Hi,
I'm working a on a game where the main action is to click on object to change their color.
I did it and it work very fine on android.
Now, I try it on iOS, and there is a strange bug. If you click once, it's ok, if you click many time, it work too, but if you just click twice, the first clisk work but not the second one.
I did a small video to show the difference between Android and iOS.
The first video sequence is on android, the second one on ipad.
Bug in video
https://www.youtube.com/watch?v=RNcxun0JZ3Y
Is it a bug ? is there a workaround ? I search since 3 days, I try differents types of events, and it's alway like that. With this "bug" my game will be very hard to play on iOS :(
my mfa can be downdloaded here
iOS double tap don't work ??
Quote:
Originally Posted by
SoftWarewolf
in my experience it works great if you copy the event, one for single click and one for double click.
because when you double tap, the second tap is not triggering the single mouse click condition, but the double mouse click condition instead. So just make two events.
Thanks for the advice! :)