Closed slmjkdbtl closed 9 years ago
after giving delay it doesnt work
@MohitTilwani create example on jsbin.com (draft)
http://jsbin.com/domuqexani/1/edit?html,js,output
this example posted by you is working on mobile but not on web
Same here. The example works on mobile but it would not work for me on the web. Also, the ghostClass and callbacks onStart, and onEnd options stop working on the web when using delay.
I'm not able to get this working when using ng-soratable. there just isn't a delay in mobile or desktop, it goes right to sorting.
While this implementation is functional, it's not implemented properly. If you tap multiple times on an element for the duration of the delay, it triggers sortable, which is undesirable. Might want to look at how hammer.js implements press event recongnition
There are some event conflick in my app, I want it to start sorting when people long press the element. Is that possible?