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
Hi,
This is my use case:
On the same page there are different draggable items. for some of them, there is explicit drag handle and user should be able to drag them using the handle without any delay.
For some other items, dragging gets enabled by touching and holding it for one second.
Is there any way to handle this considering holdToDrag option is global?
Thans.
The text was updated successfully, but these errors were encountered:
At the moment this is not possible, it would take some refactoring and introducing an attribute to put on the draggable element that the polyfill then can use to determine the holdToDrag option for the individual item.
Hi,
This is my use case:
On the same page there are different draggable items. for some of them, there is explicit drag handle and user should be able to drag them using the handle without any delay.
For some other items, dragging gets enabled by touching and holding it for one second.
Is there any way to handle this considering holdToDrag option is global?
Thans.
The text was updated successfully, but these errors were encountered: