retyui / react-quick-pinch-zoom

A react component that providing multi-touch gestures for zooming and dragging on any DOM element.
https://react-quick-pinch-zoom.netlify.app/
308 stars 46 forks source link

Tap events get accidentally canceled if `shouldCancelHandledTouchEndEvents` is enabled #52

Closed martinkutter closed 2 years ago

martinkutter commented 2 years ago

Accidentally a normal tap (click) on touch devices is also canceled if shouldCancelHandledTouchEndEvents is true.

martinkutter commented 2 years ago

fixed by #53

retyui commented 2 years ago