jquery-sortable
jquery-sortable copied to clipboard
Still not working in mobile devices
I tried this on real chrome android device . Anyway, in firefox on android it is working fine. On desktop, everything is perfect.
- unable to drag 'li'
- button ( a tag ) inside 'li' becomes not working.
sample code below
<ul id="shortinfo" style="list-style-type: none;padding:0"><li class="two fields CJ" id="uid-212"><span class="field"> <input type="text" class="TextBox DJ" placeholder="info..." role="textbox" tabindex="0"> </span> <span class="field"> <textarea class="TextArea" placeholder="detail..." role="textbox" tabindex="0" aria-multiline="true"></textarea> </span> <a class="Anchor BJ" role="button" tabindex="0"><i class="delete big icon" title="delete"></i></a></li><li class="two fields CJ" id="uid-216"><span class="field"> <input type="text" class="TextBox DJ" placeholder="info..." role="textbox" tabindex="0"> </span> <span class="field"> <textarea class="TextArea" placeholder="detail..." role="textbox" tabindex="0" aria-multiline="true"></textarea> </span> <a class="Anchor BJ" role="button" tabindex="0"><i class="delete big icon" title="delete"></i></a></li></ul>
<script>
$("#shortinfo").sortable();
</script>
Well , you can try this : http://touchpunch.furf.com/ I tried and it helped me out.
hi @incredible-dev , do you mean when integrate touchpunch together with jquery-sortable. this will fix the issue? Reason being that I tried that as well before post this issue, did not help.
@cometta just go with touchpunch, it works with jquery ui sortable. I don't think this lib is being maintained...