Skip to content

Still not working in mobile devices #209

@cometta

Description

@cometta

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>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions