-
Notifications
You must be signed in to change notification settings - Fork 8
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
Missing touch support while dragging #18
Comments
Currently, for a prototype I have bound the touch to click events. See https://stackoverflow.com/questions/1517924/javascript-mapping-touch-events-to-mouse-events |
I was too lazy to implement it. Looks like I've not so much option on what to do over the weekend. Let me check if I can add touch support in the next days |
Is this working now? |
@BenRichter -- could you provide a code snippet of where you injected that code. I'm in the same boat! Thank mate. |
+1 |
When using the knobs on a touch device, they only jump to the tap point, but can't be dragged by keeping the touch. Works fine with a mouse tough. The original Jim-knopf library has full touch support.
Maybe there is a missing dependency or wrong event-binding in the port?
Kind regards
The text was updated successfully, but these errors were encountered: