We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
delay
Trigger drag only after a specified number of milliseconds
The text was updated successfully, but these errors were encountered:
@PuruVJ What's the reason behind this feature?
Sorry, something went wrong.
Someone long presses the box for delay duration, and then start to drag. Moving the finger before that delay duration cancels dragging.
Kind of how native app's drag and drop works, so wanna implement that here
@PuruVJ Added a PR and implemented this as "holdDelay" option #157
PuruVJ
No branches or pull requests
Trigger drag only after a specified number of milliseconds
The text was updated successfully, but these errors were encountered: