it does not work with touchpads #1

Open
opened 2018-09-20 14:08:42 -07:00 by alexbudin · 3 comments
alexbudin commented 2018-09-20 14:08:42 -07:00 (Migrated from github.com)

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

With a Macbook touchpad or any other touchpad no swipe events register.
alexbudin commented 2018-09-20 14:14:56 -07:00 (Migrated from github.com)

Its basically missing mousewheel event support.

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

You think this can be implemented?

Thank you.

Its basically missing mousewheel event support. https://developer.mozilla.org/en-US/docs/Web/Events/wheel You think this can be implemented? Thank you.
hperrin commented 2018-10-16 16:12:27 -07:00 (Migrated from github.com)

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.

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.
danielweck commented 2023-02-02 15:11:30 -08:00 (Migrated from github.com)

This should give you a pretty good start:

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

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

This should give you a pretty good start: https://github.com/danburzo/ok-zoomer (and the fork https://github.com/skilitics/two-fingers )
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
sciactive/tinygesture#1
No description provided.