Just released: Tooltips Module for Ionic Apps

Hello @ihadeed,

Thanks for this good module. There is any chance that you update this module to be compatible with IONIC v4 ? because I have the error 'ionic-angular' not found.

Thanks in advance

You’re trying to import the module right? Try to use @ionic/angular instead of ionic-angular.

Ionic 4 has changed it for all ionic-angular imports

Is it possible to show the tooltip from another element? e.g. case: A button with icon only. On page enter, tigger the tooltip to display a hint like “Click here to reload”.

Ok, I found a solution for me. Not triggered manually but the attribute active set to true automatically shows the tooltip on element loaded. Awesome. :slight_smile:

Awesome library. Thanks for it. But I’m missing the bubble arrow to the button in the navbar. This is only displayed for content buttons, but not for the navbar. This could be a bit confusing because it looks like a toast message.

1 Like

Hi there,
Your module seems to be fantastic, but I need something a little bit different, I need the tooltip show before click/press, something like a little advise to the user.
As I saw this one is just fired when pressed or clicked. I know I have seen on some apps this I need but I don’t remember which one.

@ihadeed I just tried the tooltips with <ion-tab-button> and it doesnt seem to show up. I tested the tooltips on other elements in my app and it does show, so its working.

Any one else run into this? Could be related to ion-tab-button css position or z-index or something?

Does anyone know if this (or any other tooltips modules available) work for Ionic5 & Angular 9 Apps?