I am having a problem with bringing Jquery over to iPad. I made a drag and drop puzzle using Jquery, and on my computer it works fine. When I try to move that over to the iPad, the drag and drop functions cease to work. I have tried many a third party fix for this problem with no avail. Does anyone know how to solve this problem on iOS5? Or is there a better way to code it in HTML5 that works or a Jquery solution I do not know of? Any tutorials on the issue would be appreciated as well. Thanks.
Ccna final exam - java, php, javascript, ios, cshap all in one. This is a collaboratively edited question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.
Sunday, January 29, 2012
Jquery Drag and Drop Issues
Tags
ios,
iphone,
javascript,
jquery,
Tips For Programmer
Subscribe to:
Post Comments (Atom)
Use jQuery Mobile instead, and make sure you use .preventDefault() as mentioned in this post:
ReplyDeletejquery mobile drag and drop
See also: http://stackoverflow.com/a/4488662/362536
See if this helps http://www.gotproject.com/blog/post2.html
ReplyDelete