Skip to content

Drag and drop not working in mobile #25

Description

@milleraundra

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>

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions