@compo wrote:
When I add these methods to ion-fab-button
<ion-fab-button (ionBlur)="fadeBackgroundToNormal()" (ionFocus)="fadeBackgroundToBlack()"> <ion-icon name="add"></ion-icon> </ion-fab-button>
They are not fired at the right moment. The first time I click the button nothing happens. The second time I click the button (when it closes) it triggers ionFocus. Then it keeps working in that order until I click the background. Then it just stops working all together. (I tested this with console.log).
Posts: 1
Participants: 1