Show Tooltip in ionic 4

I am not able to figure out how i need to show tooltip in ionic 4. some npm tooltip plugin are not working with ionic .
Do anyone have idea how i can show tooltip?
Thanks in advance

1 Like

You can use the native popover alternative (you´ll need to learn the basics of Angular if interested): https://ionicframework.com/docs/api/popover

Hope this help you!

I just use Angular Material Tooltips https://material.angular.io/components/tooltip

Make sure you put a delay (500 ms +) so it won’t be displayed on a press on mobile and only a longpress

I’m currently using ngx-popper, which is an angular wrapper for the Popper.js library.

1 Like