32
Views
1
Comments
The hover effect of the tooltip does not work on small screen sizes.

When I set the tooltip trigger to hover and the page starts with a small width (like a tablet or mobile), the hover trigger stops working and automatically switches to click.

I know this is the default behavior because it's assumed that the user is on a mobile phone or tablet. However, in the app I'm developing, the user typically uses just a small window on their desktop.

Does anyone know how to revert this behavior?

2025-07-28 06-45-20
Rupesh Patil

Hello @Filipa Sousa,

There is no alternative because the title attribute triggers a tooltip on hover, but you can't hover on a mobile device. Other solutions to hover in mobile browsers can be hold. Otherwise, the add button works with an info icon on mobile. 

Thanks

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.