The external links are no longer opened from my tab inside Microsoft Teams desktop app, in the browser version, the links work fine. The tab is written in React. I tried to open the links using the a tag:
<a target='_top' href='https://mywebsite.com'>My Link</a>
How can I have links in my tab, when I press this in the desktop app nothing is happening, is there another method to open a link in the browser from tab?
Edit: Works only the links for other tabs or conversation, if I replace https with msteams in the url.