Forum Discussion
Is there any way to open "Go to website" menu at the top right of Teams Desktop
I'm developing Teams Static Tab app.
We have to provide an extra program to handle voice media.
However, in Teams Desktop on Mac, it's not possible by our testing.
In addition, I tried to open a small browser window to provide the extra program download link.
It's also not possible in Mac.
So, If I can successfully download the extra program by using "Go to website" menu.
For better user accessibility, we want to open the website like clicking "Go to website" menu.
Then, user can easily download the program by using our separate a download menu in Static Tab app
For this, is there any API, SDK to open "Go to website" by Tab app with Javascript.
Many thanks
BH
3 Replies
- Nivedipa-MSFT
Microsoft
@byungheesohn - If your issue is resolved with the above suggestion, could you please share your valuable feedback via Microsoft Teams Developer Community Response Feedback link?
- Nivedipa-MSFT
Microsoft
@byungheesohn - Thank you for your inquiry about your Teams app development issue!
To open a website from a Teams tab app, you can use the Microsoft Teams JavaScript SDK. Utilize the app.openLink() method from the SDK.
For more details, refer to the following document: app module - Teams | Microsoft Learn- byungheesohnCopper Contributor
Thanks for your reply
I tried to this.
Many thanks
BH