mootools-touch
mootools-touch copied to clipboard
Only Firing Once Android < 2.2
On the built in Android Browser prior to 2.2 all touch event's only fire once. I've narrowed it down to lines 90 & 91 where the end function is calling removeListener. After these functions get called the touchstart event will not fire again.
I'm trying to figure out something that works around it, but haven't found anything yet.