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

[bug] dials cannot be turned on touch-screen devices #7

Open
vitling opened this issue Apr 21, 2021 · 1 comment
Open

[bug] dials cannot be turned on touch-screen devices #7

vitling opened this issue Apr 21, 2021 · 1 comment

Comments

@vitling
Copy link
Owner

vitling commented Apr 21, 2021

I suspect my assumption that mousedown, mouseup and mousemove events translate 1-1 to touch screen devices to make draggable controls is false.

@ygra
Copy link

ygra commented Apr 22, 2021

pointerdown, pointerup, and pointermove would probably be what works equally well with mouse, touch, stylus, and other potential pointer devices.

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

No branches or pull requests

3 participants
@vitling @ygra and others