rc-knob
rc-knob copied to clipboard
Missing touch support while dragging
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
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?
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.
+1