Issue metadata
Sign in to add a comment
|
Hover: none media query doesn't fire on Android |
||||||||||||||||||||
Issue descriptionChrome Version: 58.0.3027.0 OS: Android What steps will reproduce the problem? (1) On a touch Android device with no mouse plugged in go to http://bokand.github.io/mq.html What is the expected result? The COARSE and HOVER:none lines should be highlighted gren What happens instead? Neither HOVER line is highlighted Seems we're not satisfying any hover media query. This used to work but I'm not sure when it broken.
,
Mar 3 2017
Strange: both M56 & M57 seem to offer "hover: on-demand" support (I used http://mustaqahmed.github.io/web/mq-test.html) which is what I recall seeing in the code somewhere. I will look into it, thanks for the heads up.
,
Mar 3 2017
On Chrome Dev (58.0.3019.3) on Android, I still see window.matchMedia( "(hover: on-demand)" ).matches returning true, and "none" & "hover" returning false.
,
Mar 3 2017
I will keep an eye on Android while nuking "on-demand" ( Issue 698244 ). Let's close this one. |
|||||||||||||||||||||
►
Sign in to add a comment |
|||||||||||||||||||||
Comment 1 by bokan@chromium.org
, Mar 3 2017