How to stop the single tap from firing while double tap gestures?
Develop games in your browser. Powerful, performant & highly capable.
Not sure why that doesn't work. Are you saying that both are always triggered when you double-tap the screen?
One workaround might be to ignore using "on (double)tap gesture" and instead use a combination of "On any touch start" & "TouchCount".
Yeah, whenever I double tap the single tap event gets fired. How to execute the touch count? If touch count and single tap both exists then won't the issue persist?
TouchCount won't help here, it's for multi-touch, when more than one finger is touching the screen.