ten1seven / what-input

A global utility for tracking the current input method (mouse/pointer, keyboard or touch).
https://ten1seven.github.io/what-input
MIT License
1.35k stars 89 forks source link

Chrome "emulate touch" returns as "mouse"? #8

Closed averyvery closed 9 years ago

averyvery commented 9 years ago

I know this isn't the primary use case, but I was surprised to see that what-input doesn't see chrome's "emulate touch" clicks as touches. This is probably because emulate touch is a hack and what-input is doing something clever, but if you have any ideas and it's a quick fix, that would be cool.

ten1seven commented 9 years ago

I found this article that worked for me. There's a flag in chrome://flags that you need to enable.

screen shot 2015-05-22 at 08 55 54

averyvery commented 9 years ago

Awesome, that worked! :+1: