[13:43] it seems that i'm always getting a duplicated mouse button event on my phone when receiving a touch event ... [13:44] i.e. opening http://jsfiddle.net/kelunik/pkjze6e6/42/ and doing a long tap on the red square generates two "long press" alerts on my MX4 while it should only be one ... dropping the "node.addEventListener("mousedown", start);" line makes it disappear [13:45] do we not disable mouse events on the phones until a mouse is attached ? [14:32] but thats not limited to mx4, is it? [14:42] ogra_: i thought that mouse and touch input is separate.. [15:07] i havent tried it on aany other phone yet [15:08] if i try the same on a PC i indeed only get the mouse event though ... === ljp is now known as lpotter