kutlugsahin / smooth-dnd

drag and drop library for javascript
MIT License
598 stars 146 forks source link

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

Open dhavald99 opened 4 years ago

dhavald99 commented 4 years ago

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 commented 4 years ago

Looks like

https://github.com/kutlugsahin/smooth-dnd/pull/67

Fixes this issue