mwbrooks / thumbs.js

Add touch support to your browser with thumbs.js - a small, transparent, and syntax-less library.
http://mwbrooks.github.com/thumbs.js/
MIT License
318 stars 36 forks source link

touchstart and touchend aren't working in chrome 32 #15

Open campugnatus opened 10 years ago

campugnatus commented 10 years ago

touchstart and touchend events are not fired on desktop (at least Windows) Chrome 32 (currently, the latest stable version). Previously, they were analagous to mouseup and mousedown events.

mwbrooks commented 10 years ago

It looks like the touchstart and touchend don't fire on Chrome 32 OS X either.

I also don't see touch emulation in Web Inspector anymore. I wonder if that's at all related.

Thanks for the heads up @campugnatus. I'll have to look into this one!