mootools-mobile

mootools draggable on iphone / ipad

Hey all, I mostly use jQuery, but am working on a site that is built on mootools. I'm using "makeDraggable", which works fine on browsers, but falls apart on iPhone / iPad. It's being added like so: dragIcon.addEvent('mousedown', dragTheIcon); I added the "touchstart" and "touchmove" event listeners but they don't seem to work, and ...