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

Missing touch support while dragging #18

Open
BenRichter opened this issue Mar 24, 2020 · 5 comments
Open

Missing touch support while dragging #18

BenRichter opened this issue Mar 24, 2020 · 5 comments

Comments

@BenRichter
Copy link

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

@BenRichter
Copy link
Author

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

@eskimoblood
Copy link
Owner

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

@skavan
Copy link

skavan commented May 14, 2020

Is this working now?

@skavan
Copy link

skavan commented May 15, 2020

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

@BenRichter -- could you provide a code snippet of where you injected that code. I'm in the same boat! Thank mate.

@eran-sefirot
Copy link

+1

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

4 participants