davidfig / pixi-viewport

A highly configurable viewport/2D camera designed to work with pixi.js
https://davidfig.github.io/pixi-viewport/
MIT License
1.06k stars 177 forks source link

Tap event fires twice after pinch-end event #57

Closed defaultsamson closed 6 years ago

defaultsamson commented 6 years ago

This occurs after pinching with two fingers, each finger lifted fires a tap event.

davidfig commented 6 years ago

Which tap event? The pixi.js event or pixi-viewport ('clicked')? Try listening for .on('clicked', ...).

defaultsamson commented 6 years ago

Ah, my mistake, it turns out I was listening for the tap event