You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: