RESOLVED DUPLICATE of bug 210024 210025
iPadOS with mouse: interaction media features (pointer/hover/any-pointer/any-hover) don't report mouse
https://bugs.webkit.org/show_bug.cgi?id=210025
Summary iPadOS with mouse: interaction media features (pointer/hover/any-pointer/any-...
Patrick H. Lauke
Reported 2020-04-05 06:44:19 PDT
Using a bluetooth mouse with iPad and the new mouse support in iPadOS, the pointer/hover/any-pointer/any-hover interaction media features https://drafts.csswg.org/mediaqueries-4/#mf-interaction don't reflect the presence of the mouse. Testing with https://patrickhlauke.github.io/touch/pointer-hover-any-pointer-any-hover/ is shows that despite the mouse: - pointer:fine - any-pointer: fine - hover:hover - any-hover:hover all evaluate to false. pointer/hover relate to whatever the device/browser considers to be the "primary" input mechanism. So it comes down to deciding if iPad should treat the mouse as primary or not (i.e. if, even with mouse/trackpad present, it should consider the touchscreen its primary). However, regardless of that aspect, the any-pointer:fine and any-hover:hover feature query should evaluate to true (when the mouse/trackpad are present/paired, and ideally dynamically go back to false when no such pointing device is paired).
Attachments
Alexey Proskuryakov
Comment 1 2020-04-07 11:38:32 PDT
*** This bug has been marked as a duplicate of bug 210024 ***
Note You need to log in before you can comment on or make changes to this bug.