drozhzhin-n-e / ngx-pinch-zoom

Module provides for image zooming and positioning with use of gestures on a touch screen.
http://ivylab.space/pinch-zoom
MIT License
113 stars 95 forks source link

pinch-zoom within scrollable container #33

Closed considine closed 5 years ago

considine commented 5 years ago

When you have a pinch-zoom element within a scrollable container, you can get some unexpected behavior. If you zoom in and then drag down you'll be restricted vertically prior to getting to the bottom of the image. That's because pinch-zoom prevents default on swipe so the image wont scroll down within its container. You need to zoom out, scroll down, then zoom back in

drozhzhin-n-e commented 5 years ago

@considine Thank!