-
Notifications
You must be signed in to change notification settings - Fork 436
Open
Description
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>
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels