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

Ignored attempt to cancel a touchmove event with cancelable=false #68

Open
dhavald99 opened this issue Nov 26, 2019 · 1 comment
Open

Comments

@dhavald99
Copy link

Hi, @klaasman @johanneswilm @advantiss @joshuacoles
I m using vue-smooth-dnd with quasar (Vue framework).

https://codesandbox.io/s/vue-quasar-latest-working-czqjt

you can see code in codesandbox here. its working perfect in desktop but on touch device like mobile or table it hung there.

its giving error like:
[Intervention] Ignored attempt to cancel a touchmove event with cancelable=false, for example because scrolling is in progress and cannot be interrupted.

working : with : 0.7.0 (vue-smooth-dnd) with dependency smooth dnd 0.11.0
not working: with : 0.8.0 (vue-smooth-dnd) with dependency smooth dnd 0.12.0
not working: with : 0.8.1 (vue-smooth-dnd) with dependency smooth dnd 0.12.1

image

@maddeezy
Copy link

maddeezy commented Dec 9, 2019

Looks like

#67

Fixes this issue

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

2 participants