Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[active] in Ionic 4 #64

Open
vieiraFelipee opened this issue Mar 15, 2019 · 1 comment
Open

[active] in Ionic 4 #64

vieiraFelipee opened this issue Mar 15, 2019 · 1 comment

Comments

@vieiraFelipee
Copy link

vieiraFelipee commented Mar 15, 2019

is possible to control the tooltip ONLY via code?
the tooltip is still active on hover - desktop - Ionic 4 - how to disable that

<ion-item tooltip="I'm a tooltip" [active]="activeTooltip" arrow >

activeTooltip: boolean = false;

ionViewWillEnter() { this.activeTooltip = false; }

zzzzzzz

@jrquick17
Copy link

Checkout the demo for the updated project for an example on how to use active attribute to control the tooltipp.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants