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. #10805

Closed
Wajeed-msft opened this issue Apr 30, 2024 · 4 comments
Assignees
Labels
needs-author-feedback Needs more info from the customer. status-no-recent-activity teams-developer-support Question related to extensibility (Bot, ME, Tab) would be marked under this label

Comments

@Wajeed-msft
Copy link
Contributor

Type of issue

Feature doesn't work (bug)

Feedback

Copied From: OfficeDev/teams-toolkit#11447

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

Page URL

https://learn.microsoft.com/en-us/microsoftteams/platform/toolkit/teams-toolkit-fundamentals

Content source URL

https://github.com/MicrosoftDocs/msteams-docs/blob/main/msteams-platform/toolkit/teams-toolkit-fundamentals.md

Author

@zyxiaoyuer

Document Id

b743e43d-95cc-3d1e-b142-31a16369f97e

Copy link
Contributor

Hi Wajeed-msft! Thank you for bringing this issue to our attention. We will investigate and if we require further information we will reach out in one business day. Please use this link to escalate if you don't get replies.

Best regards, Teams Platform

@Vaibhav-MSFT
Copy link

Vaibhav-MSFT commented Apr 30, 2024

Hello @VKZycus
Thanks for reporting the issue. We will test this and update accordingly.

@ChetanSharma-msft ChetanSharma-msft added the teams-developer-support Question related to extensibility (Bot, ME, Tab) would be marked under this label label May 1, 2024
@Vaibhav-MSFT
Copy link

@VKZycus, We tested this from our side in teams desktop client, using the code shared but we are not getting any blank screen while navigating back to teams from browser.
Sample used- https://github.com/OfficeDev/Microsoft-Teams-Samples/tree/main/samples/tab-sso/nodejs
Teams version- 24091.214.2846.1452.

Copy link
Contributor

This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 3 days. It will be closed if no further activity occurs within 3 days of this comment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-author-feedback Needs more info from the customer. status-no-recent-activity teams-developer-support Question related to extensibility (Bot, ME, Tab) would be marked under this label
Projects
None yet
Development

No branches or pull requests

3 participants