Hi,
I'm having issues getting the mousedown event to fire when a button is clicked with a mouse in Chrome on a touchscreen capable desktop.
Simple button setup..
goog.events.listen(goButton, [ 'mousedown'], function (e) {
})
This works on all major browsers and on both windows and OSX with no problems.
However on touchscreen capable desktops such as the HP TouchSmart 600, and Package Bell OneTwo L5861, this event just will not fire at all in Chrome..
I've tried adding touchstart, enabling/disabling touchscreen ability, enabling experimental touch events in chrome://flags/ with no joy whatsoever.
The event will fire correctly (with touchstart) when using a touchscreen of course, just not when using a mouse.
Has anyone else come across this?
Cheers