Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drag and drop not working in mobile #25

Open
milleraundra opened this issue Dec 7, 2016 · 2 comments
Open

Drag and drop not working in mobile #25

milleraundra opened this issue Dec 7, 2016 · 2 comments

Comments

@milleraundra
Copy link

milleraundra commented Dec 7, 2016

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>
@DarkSideOfMo0n
Copy link

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

@hariprasadiit
Copy link

hariprasadiit commented Jul 18, 2017

seems its working for me.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants