views:

32

answers:

0

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 I can't find anything on the Googles about getting these to play well.

I would love to not have to write something from scratch just for iOS. Does anyone have any experience getting mootools to play well on iOS devices?

Thanks