Closed bgakash93 closed 2 years ago
could you please create a demo ? to show this issue
I have similar issue. I have a vertically scrollable page with a video element in that page. I can scroll the page by touching anywhere on the page other than video element. If I remove QuickPinchZoom, I can touch video element and scroll the page
can you show what props do you spread to element?
@bgakash93 You can use these props
draggableUnZoomed
when set to false
will not capture drag events when image is not zoomed
containerProps={{
style: {
touchAction: "auto",
},
}}
draggableUnZoomed={false}
Hi, Just checking if element can detect touch events placed within QuickPinchZoom.