baseweb
baseweb copied to clipboard
Tooltip/Popover: With trigger type hover, tooltip should not be visible in mobile/tablet device
Current Behavior
Tooltip that triggers on hover is visible when user touches anchor element on mobile device.
Expected Behavior
Tooltip should not be visible on touch. We can implement the behaviour such that tooltip with hover trigger shows up on mobile device when user press and hold the anchor element for some x milliseconds. Example for the same from material ui- https://material-ui.com/components/tooltips/#tooltip
Your Environment
| Tech | Version |
|---|---|
| Base UI | v9.116.0 |
| React | |
| browser |
- [x] I have searched the issues of this repository and believe that this is not a duplicate.