anvaka / panzoom

Universal pan and zoom library (DOM, SVG, Custom)
https://anvaka.github.io/panzoom/demo/attach-via-script.html
MIT License
1.76k stars 284 forks source link

disabling zoom while a finger is pressed #182

Closed gg4u closed 4 years ago

gg4u commented 4 years ago

Hi,

I am having an odd behaviour of panzoom used with vivagraph. If I keep pressed a finger on the graph (the div containing the graph), the zoom will keep zooming.

Also, is I swipe with one finger, it is erratic because it try to zoom at the end of the movement.

Is it the desired behaviour ?

Is it possible to pause the zoom, while panning, and activate it back when panning is finished ?

gg4u commented 4 years ago

I found error was on my side.