Page 3 of 3

does Drag & Drop for mobile web app is possible?

Posted: Tue Jun 10, 2014 4:28 pm
by Evgene Karachevtsev

Jared,

It looks like you should use some jQuery plugin for mobile devices, for example, like this:
http://stackoverflow.com/a/9174684


does Drag & Drop for mobile web app is possible?

Posted: Tue Jun 10, 2014 4:36 pm
by Jared Righter

I will try Touch Punch's forum for more help on this. The above didn't work.

As of now I have my text area dragging around but only with the mouse.


does Drag & Drop for mobile web app is possible?

Posted: Tue Jun 10, 2014 5:32 pm
by Evgene Karachevtsev

Jared,

Thank you for the update. Do not hesitate to contact us if you need any further help.


does Drag & Drop for mobile web app is possible?

Posted: Tue Jun 10, 2014 7:14 pm
by m z

I had to play with various combinations of the js versions. Ultimately, I used jquery UI v1.10.4 and touch punch 0.2.2. I believe it was the version of jquery UI that prevented the mobile app from working.


does Drag & Drop for mobile web app is possible?

Posted: Wed Jun 11, 2014 12:22 pm
by Jared Righter

m z - were you able to get the dragging to work with touch devices? mine still only works with the mouse.


does Drag & Drop for mobile web app is possible?

Posted: Wed Jun 11, 2014 5:52 pm
by Jared Righter

I got it!!!

So it was dumb on my part...I needed to add 2 .JS: 1) the jquery-ui-1.10.4.custom.min from http://jqueryui.com/download/ & 2) JS from Touch Punch. Then of course the JS on the page load event: Appery('your component name here').draggable();