reppners / ngx-drag-drop

Angular directives using the native HTML Drag And Drop API
https://reppners.github.io/ngx-drag-drop/
BSD 3-Clause "New" or "Revised" License
311 stars 121 forks source link

The element deviates to the right while dragging on mobile browser #73

Open pavane90 opened 5 years ago

pavane90 commented 5 years ago

Hello, I am using this plugin to create a draggable page. I think this plugin is very useful.

When dragging an element in a mobile browser (e.g. Android Chrome), there is a phenomenon that the element deviates to the right for a while and then returns to place.

To Reproduce https://reppners.github.io/ngx-drag-drop/ I checked in the sample on the list tab, but it may be happening on all tabs.

reppners commented 2 years ago

This may be more an issue regarding the mobile-drag-drop polyfill and I've stumbled upon that behaviour quite a few times myself.