New issue
Advanced search Search tips

Issue 698244 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner:
Closed: Mar 2017
Components:
EstimatedDays: ----
NextAction: ----
OS: Android
Pri: 2
Type: Bug-Regression



Sign in to add a comment

Hover: none media query doesn't fire on Android

Project Member Reported by bokan@chromium.org, Mar 3 2017

Issue description

Chrome 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.
 

Comment 1 by bokan@chromium.org, Mar 3 2017

Owner: mustaq@chromium.org
Mustaq, you've been looking at hover in  issue 654861 , could you investigate?
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.

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.

Status: WontFix (was: Available)
I will keep an eye on Android while nuking "on-demand" ( Issue 698244 ). Let's close this one.

Sign in to add a comment