Jared,
It looks like you should use some jQuery plugin for mobile devices, for example, like this:
http://stackoverflow.com/a/9174684
Jared,
It looks like you should use some jQuery plugin for mobile devices, for example, like this:
http://stackoverflow.com/a/9174684
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.
Jared,
Thank you for the update. Do not hesitate to contact us if you need any further help.
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.
m z - were you able to get the dragging to work with touch devices? mine still only works with the mouse.
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();