<ion-row> <ion-col> <ion-item> <ion-label stacked>username <span> * </span> <ion-icon name="help-circle" tooltip="enter username" active="true" positionH="right" arrow event="click"></ion-icon></ion-label> <ion-input type="text" formControlName="username> </ion-input> used this to display help icon beside username, but the icon tooltip doesnt showup on browser. also tried active attribute-- tooltip gets displayed when page loads then disappears and click on icon doesnt work. Please help me with this, running out of time for the submission.