knapcio / react-leaflet-pixi-overlay

A react wrapper for the awesome Pixi Overlay: https://github.com/manubb/Leaflet.PixiOverlay
27 stars 16 forks source link

Support for touch screen devices #15

Closed firflant closed 3 years ago

firflant commented 3 years ago

Adds a missing support for onClick action to "tap" gesture on touch screen devices, as mentioned on #14

I also solve here an issue where small drag and drops are not treated as a tap/click, while it is almost impossible to precisely tap on a map without a small drag. This is why i introduced the moveCount variable, which reads moves smaller than 10 as clicks.