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

[New Feature] Allow for horizontal scrolling via touchpad with mouse-wheel-plugin #1227

Closed
peterschmidler opened this issue Jul 19, 2021 · 3 comments · May be fixed by Wangcongg/vue-netease-music#5

Comments

@peterschmidler
Copy link
Contributor

What problem does this feature solve?

Horizontally scrollable pages cannot be scrolled via my mbp's touchpad, since the mouse-wheel-plugin only captures vertical and no vertical wheel events.

What does the proposed API look like?

A horizontal:bool paramater could decide weather horizontal deltaX values should be considered.

@peterschmidler
Copy link
Contributor Author

Horizontal scrolling is indeed possible, but only via up/down scrolling and not via left/right scrolling on touchpads.

@peterschmidler
Copy link
Contributor Author

I think there's no parameter needed and the issue could easily be solves as in my pull request.

@theniceangel
Copy link
Collaborator

fixed at v2.4.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants