Skip to content Skip to sidebar Skip to footer

Html5 Drag And Drop In Android

I tried to implement a simple drag and drop in the Android browser with HTML5. When I try to drag an object only the screen scrolls and I cant drag anything in it. Is there any way

Solution 1:

HTML5 Drag&Drop is not supported in Android Browser : http://caniuse.com/#search=drag

You can use a third party js library to emulate that, like jquery ui

but you have to add a plugin to enable drag&drop on mobile this jquery ui plugin works great on Android browser : http://touchpunch.furf.com/

Have fun

Post a Comment for "Html5 Drag And Drop In Android"