slipmatio / control-knob

Rotary control knob for Vue 3 that behaves like audio app controls.
MIT License
11 stars 2 forks source link

feat: support for touch moves #16

Closed suterma closed 2 years ago

suterma commented 2 years ago

Currently the knob does support mouse drags, mouse wheel events and up/down keys. On touch screens however, the value can not currently be changed. This feature should bring touch support similar to mouse drags.

@Uninen: I have already a solution for this in my fork's main repo. You might take it from there or, if you prefer, I can create a PR in a separate feature branch.

Uninen commented 2 years ago

This would be greatly appreciated -- feel free to do a PR, I'm happy to merge it 👍

suterma commented 2 years ago

I am going to create a PR, possibly over the weekend.

suterma commented 2 years ago

PR is ready, please merge or comment: https://github.com/slipmatio/control-knob/pull/19