Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

does Drag & Drop for mobile web app is possible?

Jared,

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

Jared Righter
Posts: 0
Joined: Fri Jun 06, 2014 1:31 pm

does Drag & Drop for mobile web app is possible?

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.

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

does Drag & Drop for mobile web app is possible?

Jared,

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

m z
Posts: 0
Joined: Sat Nov 02, 2013 1:39 am

does Drag & Drop for mobile web app is possible?

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.

Jared Righter
Posts: 0
Joined: Fri Jun 06, 2014 1:31 pm

does Drag & Drop for mobile web app is possible?

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

Jared Righter
Posts: 0
Joined: Fri Jun 06, 2014 1:31 pm

does Drag & Drop for mobile web app is possible?

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();

Return to “Issues”