AshesOfOwls / jquery.shapeshift

A dynamic grid system with drag and drop functionality.
http://ashesofowls.github.com/jquery.shapeshift/
MIT License
1.67k stars 311 forks source link

Long Click before Dragging #102

Open bdennisco opened 10 years ago

bdennisco commented 10 years ago

I'm trying to require a delay before starting the drag, basically like iOS icons. Any ideas on how to do that? I found the start event on line 418 of jquery.shapeshift.js, but I'm not sure how to add a timer. Is this possible, and if so, would it be a valuable option for all? I feel like some sort of time threshold could be really helpful. That or distance dragged.

noctivityinc commented 3 years ago

@bdennisco I know this is an oldie but did you ever figure out how to do this?