Tom Mccann
Posts: 0
Joined: Sun Nov 03, 2013 8:11 am

Sortable list not working on mobile device

I have added the jquery mobile js library to my app. I have made a list sortable (by drag and drop) by adding this code:

$("#productList_menulist").sortable({
change: function(event, ui) {
window.productListSorted = false;
}
});
$("#productList_menulist").disableSelection();

This works ok in the browser test window but not on the mobile device (a Galaxy S3 running Android 4.3).

Can you tell me what I have to do to get this working on the mobile device?

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Sortable list not working on mobile device

Hi Tom,

Please this the example: https://jqueryui.com/sortable/
What does suit you the most?

Tom Mccann
Posts: 0
Joined: Sun Nov 03, 2013 8:11 am

Sortable list not working on mobile device

I already know this example - I'm using the code from it. My question is: It works when I run Test in appery, but it doesn't work when the same app is on the Android device. Why is that?

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Sortable list not working on mobile device

Hello! Unfortunately we can't reproduce that. Could you share your app with a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a and give us steps to reproduce? Another way is to create test app with functionality you have problem with and share with us.

Return to “Issues”