You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I was trying out this polyfill to see if it would allow us to use our existing html drag and drop functionality for mobile devices. While it mostly works, during our testing we found a few inconsistencies.
This is using the latest version from the repo.
What we noticed was that when long press is enabled, the drag and drop would kick in most of the time, but sometimes, after the long press, dragging would result in just scrolling the page with no drag and drop happening.
Other times, the browser would start selecting text instead of dragging.
And a few times, instead of the normal drag "image", a black box would appear instead, and no drag would happen.
These inconsistencies seem to happen on both Android and iOS devices
I was using Edge on Android 13 and Safari on iOS 17
When we use the desktop browser without the polyfill, the drag and drop seems to work normally.
So, I am wondering if I'm doing something wrong or if there's some configuration issue on my end? Have you seen these issues before?
This library seems very promising, but we weren't able to integrate it yet because of the above issues.
Thanks
The text was updated successfully, but these errors were encountered:
Hi, I was trying out this polyfill to see if it would allow us to use our existing html drag and drop functionality for mobile devices. While it mostly works, during our testing we found a few inconsistencies.
This is using the latest version from the repo.
I was using Edge on Android 13 and Safari on iOS 17
When we use the desktop browser without the polyfill, the drag and drop seems to work normally.
So, I am wondering if I'm doing something wrong or if there's some configuration issue on my end? Have you seen these issues before?
This library seems very promising, but we weren't able to integrate it yet because of the above issues.
Thanks
The text was updated successfully, but these errors were encountered: