Closed saurav497 closed 1 year ago
Hi @saurav497
Here is the snippet how you can control button visibility with isBtnShown
<alan-button *ngIf="isBtnShown" #alanBtnEl
alan-key="ALAN_STUDIO_KEY">
</alan-button>
I have Tried it and it worked in web but not in android build of same project.
Can I hide button on particular screens in android app build using ionic-angular?