kutlugsahin / smooth-dnd

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

Scrolling in touch devices - bug fixed #90

Open idanstrul opened 2 years ago

idanstrul commented 2 years ago

As mentioned in issues #83 and #69 - touching any smooth-dnd draggable in touch devices disabled the ability to scroll, until user taps outside of draggable. This is a very simple fix to this bug.

amendx commented 2 years ago

Hi, take a look at this lib, if you're having issues vue-dndrop @idanstrul

CharlieDigital commented 1 year ago

Hi, take a look at this lib, if you're having issues vue-dndrop @idanstrul

@amendx the same problem also exists in the vue-dndrop lib on touch devices (tested on Chrome on Android).

Perhaps the fix suggested by @idanstrul would also solve it?