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

Pinchzoom can enlarge infinitely, but it can only scale elements to 100%, and can't continue to zoom

Hi, I was wondering if it would be easy to add trackpad pinch support. I believe it is just wheel event with Ctrl key modified. It seems like 2-finger touch...

So, I was testing this library for the first time using the example given in the doc, but it didn't work. I was able to track the problem. I changed...

This works around a bug with TypeScript 4.0.5 for certain compilation paths. See https://github.com/angular/angular-cli/issues/19317#issuecomment-723259141

When displaying an image that is 10mb jpeg in a simple image control with pinchzoom applied, the bounce is very bad. If you are zoomed enough and down in a...

At some point it would make sense to rewrite this library to be based on the Pointer Events spec, now that it's supported in iOS/Safari. https://caniuse.com/#feat=pointer If anyone is willing...

help wanted

onZoomStart callback has type of PinchZoomEventHandler wich has arguments => (target: PinchZoom, event: TouchEvent) so in Android Chrome when you pinch, onZoomStart callback has empty event.

Hello. Is there an option to prevent scaling on initialization? Or if not, where to look to see scale on init code. Thank you.

first,sorry my english is poor,so i'm not sure if this bug has been fixed yet. when i use master/src/pinch-zoom.js,and epeatedly triggered the zoom touchend handler,the picture is stop move. i...