I want my web application to work using draggable objects on Windows devices with touch screen but the new Chrome and new MSIE 10 do not let me use the dragging developed for mouse anymore. So this http://jqueryui.com/demos/draggable/ works with mouse but does not work with touch.
How to make draggable work with touch in Chrome and MSIE 10?
Chrome on Windows 7 doesn't yet support touch events
However in Chrome 20+ you can navigate to experimental chrome://flags and turn on 'Enable touch events' to get TouchStart/Move/End events firing, but it does seem to break other behaviour like pinch zoom and finger scrolling.
With this flag disabled, TouchStart/End are misfiring due to this bug in Chrome