I am using .draggable (part of jQuery UI) to allow users to move items around as part of a simple web app. It works fine on all the latest desktop browsers for OSX & Windows (except Windows Safari, where it only moves the items vertically for some reason).
The major problem Im having is it that it doesn't work on Safari IOS (which is where the app is originally targeted for).
Is there a compatibility reason this isn't working?
Is there another way that the same effect could be achieved?
The test site I'm running it on is http://www.pudle.co.uk/mov/draggable.html and I've also made a jsfiddle - http://jsfiddle.net/t9Ecz/.
Any helps much appreciated, cheers.