Referring to this answer: https://stackoverflow.com/a/6362527/3034646
How would I bind the touch events such that they will perform the dragstart and drop events? I've tried binding dragstart to touchdown and drop to touchup but this results in dragstart not picking up on dataTransfer.get/setData.
Is it possible to map the touch events to replicate dragstart and drop?