Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

drag behavior inconsistent #82

Open
neptunecentury opened this issue Sep 13, 2024 · 0 comments
Open

drag behavior inconsistent #82

neptunecentury opened this issue Sep 13, 2024 · 0 comments

Comments

@neptunecentury
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant