Forum Discussion
se7enom
Nov 30, 2021Copper Contributor
How do I create an app in MS Teams to launch MS Edge browser?
I'm new to this so I'm learning as I go. One question comes to mind is, how do I create an app in MS Teams to launch MS Edge browser in a separate Window outside of MS Teams? I have not been able to ...
se7enom
Dec 14, 2021Copper Contributor
I have tried that already and I didn't like the fact that I lose those functionalities especially the Go Back and Go Forward function. I need those.
Is there not a way to create an app for this? Need an app that I can click on the INTRANET website and it will launch the INTRANET website with the default browser outside of MS Teams.
Is there not a way to create an app for this? Need an app that I can click on the INTRANET website and it will launch the INTRANET website with the default browser outside of MS Teams.
Sayali-MSFT
Microsoft
Dec 16, 2021se7enom - You can create a Adaptive Card using bot with a button having action as "Action.OpenUrl" which opens a provided link in web browser.
So in your case, you can provide your INTRANET website link as OpenUrl on button and once you click on that button, it will open the page in an external web browser or showing within an embedded web browser.
Ref Doc- https://adaptivecards.io/explorer/Action.OpenUrl.html