jquery-sortable icon indicating copy to clipboard operation
jquery-sortable copied to clipboard

Still not working in mobile devices

Open cometta opened this issue 9 years ago • 3 comments

I tried this on real chrome android device . Anyway, in firefox on android it is working fine. On desktop, everything is perfect.

  1. unable to drag 'li'
  2. 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>

cometta avatar Mar 15 '16 08:03 cometta

Well , you can try this : http://touchpunch.furf.com/ I tried and it helped me out.

incredible-dev avatar Mar 19 '16 09:03 incredible-dev

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 avatar Mar 20 '16 03:03 cometta

@cometta just go with touchpunch, it works with jquery ui sortable. I don't think this lib is being maintained...

ppazos avatar Apr 14 '16 01:04 ppazos