pinchzoom icon indicating copy to clipboard operation
pinchzoom copied to clipboard

A Javascript library providing multi-touch gestures for zooming and dragging on any DOM element.

Results 19 pinchzoom issues
Sort by recently updated
recently updated
newest added

When moving up and down while pressing the image, is it possible for the image to be fixed without following it? I want is a zoom-out function.

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.4 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

Bumps [fsevents](https://github.com/fsevents/fsevents) from 1.1.2 to 1.2.13. Release notes Sourced from fsevents's releases. Release v1.2.13 Only build on Mac-OSX Release v1.2.11 Removing node-pre-gyp so that building fsevents becomes easier and enabled...

dependencies

This seems to be a built in feature, so I dont think this is an issue. Im curious why does that happen. Based on my debugging all calculations are correct,...

First, using the min.js version from UNPKG results in ```PinchZoom is not defined``` and I couldnt get any further than that. But using the UMD version works perfectly! So grab/link...

The setupMarkup() function can be modified to check if there is already existing container in order to prevent nesting the containers.

Hi! Not sure what I'm doing wrong here ``` this.instance = new PinchZoom(this.element, {}); ``` gives: ``` pinch-zoom.js?0bd1:517 Uncaught TypeError: Cannot read properties of null (reading 'offsetWidth') at PinchZoom.getInitialZoomFactor (pinch-zoom.js?0bd1:517:1)...

Does someone want to maintain this package?

On the new version of ios 15, when scrolling within an element, such as a size guide, a modal ect., this causes the top and bottom ui bars to appear...

Because the container calculation is wrapped in a `setTimeout` callback, it is difficult to trigger anything after this is called. Adding an `onUpdate` callback inside there allows easily hooking into...