Q:

ionic stop fab from opening when clicking on fab

//Set the active of to true then the fab will toggle it back to false

aFab._listsActive = true;
1
<ion-fab>
  <button ion-fab [disabled]="!isValidInput()" (click)="add()">
    <ion-icon name="checkmark"></ion-icon>
  </button>
</ion-fab>
1

Related

New to Communities?

Join the community