0

I want to make some interactions with some images on my site. I want to let the possibility to user of clicking on a image, holding it and then drag it everywhere he wants it on the page. Is this possible using only Javascript, HTML5 and CSS3?

PS: I need it to run on iPhone Mobile Safari

2 Answers 2

2

Should be possible. This jQuery Mobile plugin seems to support what you need:

http://plugins.jquery.com/project/mobiledraganddrop

Sign up to request clarification or add additional context in comments.

Comments

1

It is possible to implement drag and drop using only Javascript, see here.

However, it is not possible to implement this on mobile safari because it will interpret the drag operation as a scroll.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.