zingtouch
zingtouch copied to clipboard
Can't click on buttons any longer after binding TAP event.
I'm making a game in Phaser, and I'm using ZingTouch to help with swipe gestures that are part of gameplay. In Firefox, after I bind a Tap event to document.body, I can no longer click on buttons in the game, even after I unbind said event. This is not a problem in Chrome; just Firefox, and just in the desktop version for Windows. Does anyone know why that might be?
I'm also observing this.
Same issue here, seems extended to chrome too now. My solution was to tap the event to the specific element id instead of document.body. Seems fixed now.