mcgrathken.kmg
Posts: 0
Joined: Sat Feb 04, 2012 6:03 pm

Make a list sortable via drag and drop

Hey guys, i was just wondering if anyone else here was having the same problem as me with trying to make a sortable list via drag and drop.According to jQuery docs (http://jqueryui.com/demos/sortable/) this simple function call should work on a list ie call the function on the parent list named (sortable) and all its children should inherit its sortable property.

Anyone with any experience or advise would be much appreciated.

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Make a list sortable via drag and drop

This sort of drag and drop functionality is for regular web apps, not mobile web apps, I believe. I don't think this sort of drag and drop functionality is available on mobile devices.

mcgrathken.kmg
Posts: 0
Joined: Sat Feb 04, 2012 6:03 pm

Make a list sortable via drag and drop

ok max thanks. i will investigate further. Any suggestions on how to sort a standard list would on a mobile device would be much appreciated thanks

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Make a list sortable via drag and drop

You should look into sorting a mobile list, there is no standard list component available when building a mobile app.

Return to “Issues”