This is my implementation of WHATWG HTML5 Drag and Drop:
I had the same need and wrote a polyfill that enables HTML5 drag/drop on mobile devices (Android and IOS):
https://github.com/Bernardo-Castilho/dragdroptouch
Hope this works for you.