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?
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