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/
312 stars 47 forks source link

Cannot scroll over the element #83

Open vincentsartoko opened 1 year ago

vincentsartoko commented 1 year ago

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

retyui commented 1 year 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?