taataa / tapspace

Zoomable user interface library for web apps.
https://taataa.github.io/tapspace/
MIT License
58 stars 8 forks source link

Set draggable attribute on SpaceImages #135

Open axelpale opened 5 years ago

axelpale commented 5 years ago

Without the draggable attribute, a touchable SpaceImage is not moved but the default drag-drop behaviour of the browser activates. See also this SO answer.

It seems that this also causes a touch point to stick. It might be a good idea to first fix the sticky touch point and then implement the draggable attribute.