After searching, I still donβt know how best to reorder a set of items in a mobile safari. I am currently using the jQuery collation function on the desktop version of my web application, applied to a rowset of a table, with an ajax callback to update the positioning position.
What would be the best way to do this on mobile safari via jquery or plain javascript? The table is longer than the screen, so regular scrolling should also be present.
Other approaches that you can use and not use drag and drop are also welcome. Thanks.
source share