tinygesture
tinygesture copied to clipboard
it does not work with touchpads
With a Macbook touchpad or any other touchpad no swipe events register.
Its basically missing mousewheel event support.
https://developer.mozilla.org/en-US/docs/Web/Events/wheel
You think this can be implemented?
Thank you.
Hmm. I think I can support this. It looks like it's pretty different from how touch events work, but simple enough on its own.
This should give you a pretty good start:
https://github.com/danburzo/ok-zoomer
(and the fork https://github.com/skilitics/two-fingers )