alan-ai / alan-sdk-ionic

Conversational AI SDK for Ionic to enable text and voice conversations with actions (React, Angular, Vue)
https://alan.app
1.69k stars 18 forks source link

Can I hide button on particular screens? #105

Closed saurav497 closed 1 year ago

saurav497 commented 1 year ago

Can I hide button on particular screens in android app build using ionic-angular?

snyuryev commented 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>
saurav497 commented 1 year ago

I have Tried it and it worked in web but not in android build of same project.