You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: