You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On my android device in any browser, buttons wrapped in <Tooltip>s will have their tooltips appear by tapping buttons.
Expected behavior
Since hover isn't possible on touch devices, I'd expect no tooltips to appear. This is the case on iOS browsers.
Reproducible example
Visit https://reach.tech/tooltip/ on an android device & try tapping the buttons in the examples. This reproduces on Samsung, Google Pixel, OnePlus, & Huawei devices.
🐛 Bug report
Current Behavior
On my android device in any browser, buttons wrapped in
<Tooltip>
s will have their tooltips appear by tapping buttons.Expected behavior
Since hover isn't possible on touch devices, I'd expect no tooltips to appear. This is the case on iOS browsers.
Reproducible example
Visit https://reach.tech/tooltip/ on an android device & try tapping the buttons in the examples. This reproduces on Samsung, Google Pixel, OnePlus, & Huawei devices.
Suggested solution(s)
Maybe android browsers are simulating hover events. I wouldn't be sure how to solve that. Possible related: Samsung devices pass the
hover: hover
media query.Additional context
Your environment
The text was updated successfully, but these errors were encountered: