haxiomic / firefox-multi-touch-zoom

Smoothly zoom in and out with the multi-touch pinch gesture
MIT License
153 stars 15 forks source link

Touchscreen zooming & prevented scrollbar delay #15

Closed PatrickGuthridge closed 6 years ago

PatrickGuthridge commented 6 years ago

Added support for touchscreen zooming.

PatrickGuthridge commented 6 years ago

I have reverted the scrollbar changes. Do you want to merge, or is there something else I need to fix?

KrasnayaPloshchad commented 6 years ago

Yes, it works fine with me, Thank you QWERTYUIOPYOZO. 👍

mattia-donato commented 6 years ago

Hi QWERTYUIOPYOZO and thank you! It works but it has some bugs. The pinch-zoom sometimes works fine, but sometimes the it is like if the pinch-zoom go in reverse directions. The bug seams to be related to distinguish a pinch-zoom and a pan-movement. Sometimes happen that pinch-in it is zooming out and sometimes the page results blurry (and not vectorial!).

haxiomic commented 6 years ago

Awesome, thanks @QWERTYUIOPYOZO 👍, @mattiad are the zoom and pan issues fixed after the last commit?

This doesn't affect the existing trackpad behaviour so I'm going to merge this and push it to the Firefox addons page – I've not tested this myself so I'll keep an eye on feedback from users

haxiomic commented 6 years ago

It's now uploaded to Firefox addons as version 0.6

PatrickGuthridge commented 6 years ago

Thanks @haxiomic.