Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 opened this issue Apr 23, 2024 · 3 comments
Labels
MSTeams-Developer-Support needs upstream help

Comments

@VKZycus
Copy link

VKZycus commented Apr 23, 2024

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

Copy link
Contributor

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
Copy link
Collaborator

This issue has been copied over to Microsoft Teams repo here: MicrosoftDocs/msteams-docs#10805

@adashen
Copy link
Contributor

adashen commented May 6, 2024

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

@adashen adashen closed this as completed May 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
MSTeams-Developer-Support needs upstream help
Projects
None yet
Development

No branches or pull requests

3 participants