ionic-tooltips icon indicating copy to clipboard operation
ionic-tooltips copied to clipboard

Tooltips module for Ionic Apps

Results 23 ionic-tooltips issues
Sort by recently updated
recently updated
newest added

Love this project, - wishing there was a way to disable the tooltip through an input directive. (suppose a user wanted to turn off tooltips) My workaround is to change...

Does this work with Ionic 5/Angular 9 Apps

On IONIC 4, how can I change the tooltip style (background-color, padding, text style, etc...) ? I've searched but I don't find anything... Thanks.

Hi, can anyone please solve this. # whenever adding the large link in tooltip string the text alignment issue is throwing. ``` html ``` The output is getting below so...

I am working on a Project, where I want to show a tool tip on long press of a row in `ion-list`, but it goes beyond the view. I tried...

When i imported TooltipsModule from ionic-tooltips that time i am getting an error can not find ionic-tooltips module. ![Screenshot 2020-06-09 at 5 27 53 PM](https://user-images.githubusercontent.com/48240388/84145136-f7e40480-aa76-11ea-8275-ad4b9568a443.png)

If there is parent element with position relative then ionic tooltip is not positioned correctly. If any one have solution for this please post.

Hi all: I wonder how to implement in css some delay in tooltip's display animation. For instance, I've tried the following but it has no effect: ``` tooltip-box { transition:...

Ionic tooltip triggered in both desktop and mobile but i want to show in mobile only but its not working even though i used the mobileEvent attribute

**Describe the bug** when i tried to import in app.module.ts TooltipsModule.forRoot() it says forRoot does not exist. **To Reproduce** just installed in ionic 3 and importing in app.module.ts **Expected behavior**...