angular-drag-and-drop-lists
angular-drag-and-drop-lists copied to clipboard
dnd-drop event is not getting called in Safari browser
I am going through documentation and provided demo's and noticed that dnd-drop event is not getting called in safari browser. See link - http://marceljuenemann.github.io/angular-drag-and-drop-lists/demo/#/advanced
I am trying implement this functionality in all browser. It is working fine in Chrome but causing issue in safari browser. Any help would be apriciated
I am also getting this issue. dnd-drop is not getting called in Safari. no console errors.
I can confirm this issue with the Brave browser (Chrome-based), while Chrome itself does trigger the event.
seems like "dragend" event is being treggered instantly after you start dragging an element.