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

[active] in Ionic 4

Open vieiraFelipee opened this issue 5 years ago • 1 comments

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

vieiraFelipee avatar Mar 15 '19 15:03 vieiraFelipee

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

jrquick17 avatar Oct 30 '19 04:10 jrquick17