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

Automatic pop-up window opening #13122

Open
Hector-Mina-98 opened this issue Feb 4, 2025 · 3 comments
Open

Automatic pop-up window opening #13122

Hector-Mina-98 opened this issue Feb 4, 2025 · 3 comments
Assignees
Labels
investigating needs attention This issue needs the attention of a contributor. TA:Compute Team Area: Compute

Comments

@Hector-Mina-98
Copy link

Is your feature request related to a problem? Please describe.
I have an application that works as a web page inside a MS Teams tab. The application can only receive events in the context of the web page.
The problem is that Teams tabs do not keep the context of the web pages contained in them alive when we change tabs, for example when we go to the chat section.

Describe the solution you'd like
I know that you can select the "Open in new window" option and it allows you to keep the context of the web page alive even when going to other tabs. However, I would like to know if there is any configuration in the manifest.json so that this pop-up can be opened automatically when certain events occur, for example, when you start Teams (this is more or less how it works with Chromium extensions), since my users want to avoid performing that task of opening it manually every time they open Teams.

@microsoft-github-policy-service microsoft-github-policy-service bot added the needs attention This issue needs the attention of a contributor. label Feb 4, 2025
@huimiu huimiu added the TA:Compute Team Area: Compute label Feb 4, 2025
@huimiu
Copy link
Member

huimiu commented Feb 4, 2025

Hi @Hector-Mina-98, thanks for reaching out. We'll take a look at your problem and get back to you as soon as possible.

@MSFT-yiz MSFT-yiz removed the needs attention This issue needs the attention of a contributor. label Feb 5, 2025
Copy link

👋 Hi @Hector-Mina-98,

Thank you for reporting this issue! We want to let you know that:

⏱️ Our team will personally review your issue
🎯 You can expect a response within 2 business days

✨ This is an AI-generated initial response
🤖 AI-Generated Preliminary Analysis:

The issue you're describing relates to maintaining the context of a web page in a Microsoft Teams tab even when navigating away to other tabs or sections, such as the chat section. Unfortunately, as of now, Microsoft Teams does not support automatically opening tabs in a new window via the manifest.json configuration or any other automated method within the Teams SDK.

Here are the steps and suggestions based on the current limitations and known facts:

Current Limitations

  1. Automatic Pop-out Not Supported: The Teams platform does not currently support the automatic pop-out of tabs via the manifest.json.
  2. Manual Pop-out Required: Users need to manually select the "Open in new window" option to keep the tab context alive.

Potential Workarounds

  1. User Instructions: Clearly instruct your users on how to manually pop out the tab. Ensure they understand the steps to keep the tab active even when navigating away.
  2. Feedback to Microsoft: Submit a feature request to the Microsoft Teams Community Feedback Portal. This could potentially influence future updates to support such features.

Actionable Steps

  1. Manual Pop-out Instruction:

    • Instruct users to click on the "..." (more options) next to the tab and select "Open in new window".
    • This will allow the web page to remain active in a separate window, maintaining its context.
  2. Submit Feedback:

Example of Instruction

You can provide the following instructions to your users:

  1. Open the desired Teams tab.
  2. Click on the three dots ("...") next to the tab name.
  3. Select "Open in new window".
  4. Now, the tab will remain active even if you navigate away from it.

Related Issues and Discussions

For now, these are the best practices to handle the limitation until Microsoft potentially adds support for the requested feature in future updates.


Note: This is an automated first response generated by AI. A human team member will review your issue and provide a more detailed response soon. We appreciate your patience!

@microsoft-github-policy-service microsoft-github-policy-service bot added the needs attention This issue needs the attention of a contributor. label Feb 5, 2025
@Yimin-Jin
Copy link
Contributor

Hi @Hector-Mina-98. Currently, it is not possible to make tabs automatically pop out by modifying the manifest.json file. Microsoft Teams does not support this automatic feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
investigating needs attention This issue needs the attention of a contributor. TA:Compute Team Area: Compute
Projects
None yet
Development

No branches or pull requests

5 participants