Chromium Issue
https://issues.chromium.org/issues/41445959
Description
Fixed an Android bug where touch-only devices could incorrectly report (hover: hover).
Fix
On Android, treat touchscreen as the primary pointing device for hover determination (matching primary pointer logic that prefers coarse), filter virtual/disabled input devices, and ignore OEM devices that incorrectly report mouse source alongside touchscreen.
CL
https://chromium-review.googlesource.com/c/chromium/src/+/7594983
Demo
https://static.januschka.com/i-41445959/
Status
Merged.
Chromium Issue
https://issues.chromium.org/issues/41445959
Description
Fixed an Android bug where touch-only devices could incorrectly report
(hover: hover).Fix
On Android, treat touchscreen as the primary pointing device for hover determination (matching primary pointer logic that prefers coarse), filter virtual/disabled input devices, and ignore OEM devices that incorrectly report mouse source alongside touchscreen.
CL
https://chromium-review.googlesource.com/c/chromium/src/+/7594983
Demo
https://static.januschka.com/i-41445959/
Status
Merged.