-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
Option to use dragStartDelay only for touch events #17260
Comments
…nt type Allows the consumer to configure the drag start delay based on whether it's a touch event or mouse event. Fixes angular#17260.
…nt type Allows the consumer to configure the drag start delay based on whether it's a touch event or mouse event. Fixes angular#17260.
@crisbeto the PR looks great, exactly what I was looking for. Thanks. We must be getting close to version 9 being released, do you think this will make it in there? For anyone that needs a workaround until this is released, I use |
Allows the consumer to configure the drag start delay based on whether it's a touch event or mouse event. Fixes #17260.
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Feature Description
Ability to control which events cause dragStartDelay to be used.
Use Case
dragStartDelay
works great for touch screen devices to prevent dragging when you meant to scroll, but on the desktop with the mouse it just makes it feel like it's buggy or unresponsive. It'd be great if we had the ability to choose which events it applied to - even better if it defaulted to only applying to touch-screen events.The text was updated successfully, but these errors were encountered: