### Jsfiddle link http://jsbin.com/cijamah/1/edit?output ### Step by step scenario 1. Hold an item to start dragging on mobile. 2. But do not actually drag. 3. Let finger go. ### Actual outcome The item keeps the CSS class `chosenClass` / item is not dropped. ### Expected Solution The item should be put down again (dropped in same location / dragEnd should be executed) and the `chosenClass` should be removed.