vue-smooth-dnd icon indicating copy to clipboard operation
vue-smooth-dnd copied to clipboard

Ignored attempt to cancel a touchmove event with cancelable=false

Open dhavald99 opened this issue 4 years ago • 1 comments

Hi, @davestewart @kutlugsahin @desm @alexandreDavid 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

dhavald99 avatar Nov 26 '19 13:11 dhavald99

Having the same problem - is there any known fix, please??? @davestewart @kutlugsahin @desm @alexandreDavid

or @dhavald99 did you find a way to fix it by any chance??

alexandrakollarova avatar Feb 19 '20 00:02 alexandrakollarova