react-pinch-zoom-pan icon indicating copy to clipboard operation
react-pinch-zoom-pan copied to clipboard

A react component that lets you add pinch-zoom and pan sub components

Results 9 react-pinch-zoom-pan issues
Sort by recently updated
recently updated
newest added

Thanks gerhardslettern for this lib, I needed modify the class to keep zoom, before the scale object came back to scale 1 each time I zoomed in

Hi, I have want to know the height, width of the cropped imaged and from where it is cropped with respect to original image. Any idea how this can be...

What I'm going to do is scale locally, but with this component, I'm going to scale the entire page。 The 'user-scalabl=no' of the page is no longer valid.

Somehow we've gotten a side effect where another components appearance also makes the PinchView zoom out to initial size. Aside from the effect itself the image doesn't place itself correctly...

Tired on desktop and mobile device. All the demo's say scale, x, and y are NAN. Nothing happens when I try to pinch zoom. Is this a problem with the...

There are typos at Usage Example in npm website (https://www.npmjs.com/package/react-pinch-zoom-pan) "ReactPinchPanZoom" on the 3rd, 31th line have to be changed to "ReactPinchZoomPan". This typo bothered me a lot..

I need a callback Boolean function to determine if current image is scaled or is at normal size, as you have implemented in ReactPinchZoomPan.js, just make it available at props...

So these two callbacks are running even in case of single finger swipe, so how can I force these callbacks to run only in case when there is two finger...