zingtouch icon indicating copy to clipboard operation
zingtouch copied to clipboard

Can't click on buttons any longer after binding TAP event.

Open peterdfinn opened this issue 6 years ago • 2 comments

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?

peterdfinn avatar Jan 30 '20 18:01 peterdfinn

I'm also observing this.

joegaudet avatar May 22 '20 17:05 joegaudet

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.

fonziemedia avatar Sep 09 '20 14:09 fonziemedia