mootools-touch icon indicating copy to clipboard operation
mootools-touch copied to clipboard

Only Firing Once Android < 2.2

Open boushley opened this issue 14 years ago • 0 comments

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.

boushley avatar Jun 09 '10 20:06 boushley