+ 1
Ques
how to make image draggable?
2 Réponses
+ 3
I don't mean to be rude but, can't you use google at least once and search by yourself before posting a question without even tried at all. I mean, google is your friend, sometimes you don't need a real person to answer you
+ 2
Check this code:
https://code.sololearn.com/Wrhkbc5ngt7y/?ref=app
Be carreful: this code mix both standard drag'n'drop Html5 feature/API and a polyfill to get it working with mobile/touch devices (wich doesn't actually good support drag'n'drop, unfortunally)