chrvadala / react-svg-pan-zoom

:eyes: A React component that adds pan and zoom features to SVG
https://chrvadala.github.io/react-svg-pan-zoom/
MIT License
677 stars 125 forks source link

Edge does not zoom when scrolling using the 2-finger scroll gesture on a Precision Touchpad #165

Open chrvadala opened 4 years ago

chrvadala commented 4 years ago

It looks like that Edge has some issues to handle wheel events when interacting through precision touchpad. This makes wrong behaviour when zooming.

Originally posted by @krnlde in https://github.com/chrvadala/react-svg-pan-zoom/issues/141#issuecomment-555940301