Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

it does not work with touchpads #1

Open
alexbudin opened this issue Sep 20, 2018 · 3 comments
Open

it does not work with touchpads #1

alexbudin opened this issue Sep 20, 2018 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@alexbudin
Copy link

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

@alexbudin
Copy link
Author

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
Copy link
Member

hperrin commented Oct 16, 2018

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 hperrin added the enhancement New feature or request label Oct 16, 2018
@hperrin hperrin self-assigned this Oct 16, 2018
@danielweck
Copy link

This should give you a pretty good start:

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants