Can I use drag and drop of html5 on mobile devices with phonegap?
问题 I need a drag and drop to mobile devices using phonegap. I tried with jquery mobile and jquery ui + jquery touch punch but html5 is better for me. Is it possible? Thanks, Francisco //EDIT Here is a draggable image : <a href="" name="cebra" draggable="true" ondragstart="dragUser(this, event)" > <img src="Imagenes/cebra.png" alt="cebra" width="150" height="100" id="" style="background-color: #FFFFFF; display: block;" ; /> </a> and the function of javascript function dragUser(user, event) {