Forum Discussion
seanmc86
Oct 19, 2023Copper Contributor
Possible to pop out a channel tab the same way the desktop app does it?
The Teams desktop app offers the ability to pop out channel tabs in their own isolated windows: Which then opens the tab without the full Teams context: Is it possible to mi...
seanmc86
Oct 23, 2023Copper Contributor
Prasad_Das-MSFT thanks for your suggestion. I'll be using the non-deprecated `microsoftTeams.dialog.url` in place of this.
Is there any way to initiate these modals within the context of the existing app `microsoftTeams.app`, rather than a fully formed URL from "validDomains" ? There are naturally additional complexities to reconfiguring and relaunching a new app instance.
Prasad_Das-MSFT
Microsoft
Oct 25, 2023seanmc86 - Task Modules allow you to create modal popup experiences within your Teams application. They can be used to gather more information, display item details, or present the user with additional information.
Task Modules can be invoked from tabs, bots, or deep links and can be developed using either an iframe-based HTML page or Adaptive Cards.