Search code examples
angularangular-materialtooltip

Material tooltip with icon does not work on mobile phones


I use angular 7 with material and I want to create an input field with the info icon in the end use matSuffix which is a tooltip. It works on the desktop, but it doesn't work on mobile phones.

I've created a stackblitz: https://angular-ncv2mp.stackblitz.io/ I've also tried to use with button, but it also doesn't work.

Can anybody help me?


Solution

  • When we work on desktop- tooltip display just after do mouse hover on that particular element.

    But On Mobile - Tooltip works when doing a long press on that particular element. Please try this.

    If this will not work please update I will provide some other way.