tinygesture icon indicating copy to clipboard operation
tinygesture copied to clipboard

it does not work with touchpads

Open alexbudin opened this issue 6 years ago • 3 comments

With a Macbook touchpad or any other touchpad no swipe events register.

alexbudin avatar Sep 20 '18 21:09 alexbudin

Its basically missing mousewheel event support.

https://developer.mozilla.org/en-US/docs/Web/Events/wheel

You think this can be implemented?

Thank you.

alexbudin avatar Sep 20 '18 21:09 alexbudin

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.

hperrin avatar Oct 16 '18 23:10 hperrin

This should give you a pretty good start:

https://github.com/danburzo/ok-zoomer

(and the fork https://github.com/skilitics/two-fingers )

danielweck avatar Feb 02 '23 23:02 danielweck