-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Impossible to delay drag on touch devices #1136
Comments
Ok i've noticed that it happens only on google chrome installed on a Samsung S4 for some reason. I've tried on same smartphone with firefox and on another phone with chrome and it works. So, if you have any idea about how to fix it via javascript (maybe a not handled chrome event (?)) or any other kind of suggestions, otherwise this issue can be closed. |
@Yehonal I am facing the same problem, but for me is happening in different devices (including iPhone and different Android versions) . I took a look on other answers related to this scrolling issue without a good result |
@Yehonal see this issue: |
I'm struggling with touch devices from days.
If you try to enable delay option (even with few milliseconds) you are not able to drag on touchscreens. Moreover you have to preventDefault on window context menu event to avoid context menu popup. But it doesn't solve the issue
I need a long press on touch to avoid scrolling issues.
The text was updated successfully, but these errors were encountered: