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
How to implement a delay before dragging?
Currently, the movement happens immediately after the element click event. I need to implement a delay, for example, 200 ms. For example, this is how it works in different phone applications.
This will help avoid problems with scrolling. That is, until the user holds the element for a while, scrolling will occur.
The text was updated successfully, but these errors were encountered:
adumesny
changed the title
Vue: How to implement a delay before dragging?
How to implement a delay before dragging - mobile drag vs scroll
Dec 1, 2024
How to implement a delay before dragging?
Currently, the movement happens immediately after the element click event. I need to implement a delay, for example, 200 ms. For example, this is how it works in different phone applications.
This will help avoid problems with scrolling. That is, until the user holds the element for a while, scrolling will occur.
The text was updated successfully, but these errors were encountered: