Open altschuler opened 7 years ago
I think your point is valid, perfect-scrollbar captures touchmove event. But what do you mean with drag and drop, some kind of drag-and-drop plugins or native drag-and-drop events?
In this case it's HTML5 drag and drop events, it might not be an issue for custom type of drag and drop systems where you manage the entire flow without using the native drag events.
ref: https://developer.mozilla.org/en-US/docs/Web/API/HTML_Drag_and_Drop_API
Thanks. I'll look into this, it may take some time though.
Currently drag and drop events are blocked by perfect scrollbar on touch devices because it captures the touch events and doesn't propagate them (I believe).
This is related to mdbootstrap/Tailwind-Elements#538 but I don't think it's exactly the same issue.
Thank you for an awesome library! :)