OfficeDev / TeamsFx

Developer tools for building Teams apps
Other
427 stars 164 forks source link

I am using teams tabs and I am navigating to web app on click of button, Once Navigated to browser when we come back to teams desktop app , page goes blank. #11447

Closed VKZycus closed 1 week ago

VKZycus commented 3 weeks ago

I am using teams tabs, and I am navigating to web app on click of button, Once Navigated to browser when we come back to teams desktop app , page goes blank.This happens only in desktop version of teams and on browser teams its working fine.

function openInNewTab(url) { const win = window.open(url, '_blank'); win.focus(); }

I am using the above function to open url.It uses default browser and opens the link. but when we go back to tab , screen goes white.

You have Microsoft Teams version 24074.2323.2827.4973. image

microsoft-github-policy-service[bot] commented 3 weeks ago

Thank you for contacting us! Any issue or feedback from you is quite important to us. We will do our best to fully respond to your issue as soon as possible. Sometimes additional investigations may be needed, we will usually get back to you within 2 days by adding comments to this issue. Please stay tuned.

Wajeed-msft commented 2 weeks ago

This issue has been copied over to Microsoft Teams repo here: https://github.com/MicrosoftDocs/msteams-docs/issues/10805

adashen commented 1 week ago

Let's track in the upstream issue and close here.