After wasting many hours, I came across this!
jquery-ui-touch-punch
It translates tap events as click events.
Remember to load the script after jquery.
I got this working on the iPad and iPhone
$('#movable').draggable({containment: "parent"});
After wasting many hours, I came across this!
jquery-ui-touch-punch
It translates tap events as click events.
Remember to load the script after jquery.
I got this working on the iPad and iPhone
$('#movable').draggable({containment: "parent"});