Mischback / colorizer

A simple web-based colorscheme builder which focuses on contrast values.
https://mischback.github.io/colorizer/
MIT License
1 stars 0 forks source link

Make drag'n'drop work with touch devices #47

Open Mischback opened 1 year ago

Mischback commented 1 year ago

Follow up to #43

The custom implementation of drag'n'drop is based on HTML5's API. This seems to not work properly with touch inputs.

Resources

Mischback commented 1 year ago

The shim by Bernardo Castilho works out of the box, so here is actually nothing more to do...

But this does mean including an external resource, which is kind of not desired. I'll move this out of milestone v2 for now. Must be considered later.

Possibly a re-implementation in TypeScript is required.