polymer-sortablejs icon indicating copy to clipboard operation
polymer-sortablejs copied to clipboard

Drag and drop not working in mobile

Open milleraundra opened this issue 8 years ago • 2 comments

The component behaves well on desktop. But using Chrome's inspector to toggle the device view (or on a real mobile device), it is not possible to drag and drop list items around with Polymer Sortable.

Any idea what the issue is? What can be done to get past this?

Here is a snippet of the code.

<div id="test">
    <sortable-js id="test-data">
        <template is="dom-repeat" items="[[data]]"> 
            <div>[[item]]</div>
        </template>
    </sortable-js>
</div>

milleraundra avatar Dec 07 '16 00:12 milleraundra

I can confirm this! Is there any known Solution for this?

DarkSideOfMo0n avatar Mar 02 '17 16:03 DarkSideOfMo0n

seems its working for me.

here is the jsbin output. http://output.jsbin.com/tokoyifika. tested it on mobile chrome browser too.

hariprasadiit avatar Jul 18 '17 13:07 hariprasadiit