thumbs.js
thumbs.js copied to clipboard
touchstart and touchend aren't working in chrome 32
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.
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!