-
```
Right now our zoom levels are integers. When we pinch-to-zoom we can scale the
imagery to emulate "in-between" zoom levels but once we end the gesture it will
snap back to a "fixed" integer zoom…
-
```
Right now our zoom levels are integers. When we pinch-to-zoom we can scale the
imagery to emulate "in-between" zoom levels but once we end the gesture it will
snap back to a "fixed" integer zoom…
-
```
Right now our zoom levels are integers. When we pinch-to-zoom we can scale the
imagery to emulate "in-between" zoom levels but once we end the gesture it will
snap back to a "fixed" integer zoom…
-
### Current behavior
pinch zoom doesn't work on Android when zoom on image itself, but zooming outside of the image on the background works fine
### Expected behavior
expected zoom to work the same…
-
React Slick appears to interfere with pinch zoom on iOS 13. The issue is reproducible on the demo page here: https://react-slick.neostack.com/.
Pinching inside the carousel does nothing, while pin…
-
Hello and thanks for this library, it's always a great solution!
I see that the rendering of leftArrowBtn and rightArrowBtn depends on the 'supportsTouch' variable. I have a scenario on mobile wher…
-
Please add another option in the double tap available actions. "Back to 100% zoom": after pinching to zoom a video, a double tap would turn the video back to 100% zoom level, instead of trying to reac…
-
Hi,
I want to enable double tap/click & pinch events on the HTML overlay to zoom in and out.
Is this possible? Is there any example?
Thanks a lot!!!
-
### Description
We can do pinch-to-zoom, but it has to be smooth.
Perhaps we pinch and initially zoom during the gesture (not change the font size), then after the gesture ends, reset the zoom …
-
Hello,
I am using this module to pinch & zoom contents on my app.
The pinch and zoom works great but i can't scroll anymore without first zoming in.
My code is as simple as:
`
…