rc-knob icon indicating copy to clipboard operation
rc-knob copied to clipboard

Missing touch support while dragging

Open BenRichter opened this issue 4 years ago • 5 comments

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 avatar Mar 24 '20 11:03 BenRichter

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 avatar Mar 24 '20 15:03 BenRichter

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

eskimoblood avatar Mar 27 '20 12:03 eskimoblood

Is this working now?

skavan avatar May 14 '20 02:05 skavan

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.

skavan avatar May 15 '20 04:05 skavan

+1

eran-sefirot avatar Dec 20 '22 11:12 eran-sefirot