I am a question regarding the ipad app drag and drop error.
I am using Jquery UI and http://touchpunch.furf.com/ touch punch.
I can only seem to drag and drop on the first item then I got bunch of errors in my console
saying
event.layerX and event.layerY are broken and deprecated in WebKit. They will be removed from the engine in the near future.
TypeError: 'undefined' is not an object (evaluating 'this._mouseDownEvent.pageX') on my jquery ui file.
I was wondering if anyone knows how to fix this issue. Thanks for the help!