Forum Discussion

byungheesohn's avatar
byungheesohn
Brass Contributor
Oct 22, 2024

Unknown crossbar on Teams tab

Dear Sir  I'm developing Teams Tab app to upload our app on the MS Teams Store later. Since a few days ago, I have been seeing a unknown crossbar on the Tap of Teams. (Both Desktop Teams and Web ...
  • byungheesohn's avatar
    byungheesohn
    Oct 31, 2024

    Nivedipa-MSFT 

    Dear Nivedipa
    First of all, I'd like to know what the script tags you mentioned is .
    In order to get the language of Teams, I'm using "~index.html?locale={app.locale}" in the "contentUrl" of manifest.json. And so far, it works well.
    Actually, I used "app.initialize()" of Teams Client lib. to get the lang info. 
    However ,It took a lot of time for Client sdk lib to be initialized. And it made a sync problem to initialize our app. On the other hand, "~ ?locale={app.locale}" doesn't take almost.
    1. If this is "script tag", do I have to initalize "app.initialize()" of the sdk lib before parsing "?locale={app.locale}" ?

     

    I tried to use "app.intialize()" in my code. And I found that the cross banner is disappeared.

     

    2. we often use <script /> in "index.html". Is this the script tags you mentioned ? 
       That means that we have to use MS Client sdk when using "Static tab" ?  

     

    Otherwise, can you let me know what the script tags is?
    Many thanks 
    BH

Resources