it does not work with touchpads #1
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
sciactive/tinygesture#1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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 )