How to add a tooltip on Ionic

Viewed 19981

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

2 Answers

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

Related