Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to add a tooltip on Ionic

Did anyone understand how to show a small tooltip in ionic?

I think that there must exists something like a "title" attribute, but i can't find it...

I tried to add a [title]="" in my ion-inputs, ion-items, but nothing showsup

like image 292
Matias Vadino Avatar asked Jan 14 '19 12:01

Matias Vadino


Video Answer


2 Answers

Checkout ionic4-tooltips. It is actively maintained.

like image 86
Jeremy Avatar answered Oct 18 '22 11:10

Jeremy


There's a module that can be included in your project. Try using this ionic-tooltips

like image 22
Jazib Avatar answered Oct 18 '22 12:10

Jazib