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

Cannot scroll over the element #83

Open vincentsartoko opened 11 months ago

vincentsartoko commented 11 months ago

The behaviour is always fixed to zooming, so scrolling the element on mobile phone is not possible

retyui commented 11 months ago

@vincentsartoko can you try to use shouldInterceptWheel: https://github.com/retyui/react-quick-pinch-zoom/blob/master/docs/api/README.md#shouldinterceptwheel-wheelevent--boolean?