Forum Discussion
Teams Personal Tab Links do not work on teams mobile application
Dear Teams Community
I have an issue with a simple custom ms teams app. The app has been created in "Developer Center" / App-Studio and just opens a SharePoint Online site within a tab (iframe). This works fine in Teams-Web-App, Teams-Desktop-App but not in Teams-Mobile-App. The links in the iframe which refer to other SharePoint sites do not work, there is no error or something, it's just not doing anything.
What can I do to solve this problem? It seems that there are other users with the same problems:
Thanks in advance,
Michael
- Engineering team has investigated the issue and said that the links do not work on teams mobile as Teams mobile do not have cookies added for the domain. When we are in Teams and require opening a link in a different site, we always call teamslogon.aspx for that new domain first. If we do not have cookies added for the domain, then we can't expect it to load. The reason why it can work for Teams web is it may have already visited the site and have a cookie stored in the cookie jar for that site. Also please note that It is only allowed to retrieve a single token from Teams... and that is either domainA.sharepoint.com or domainB.sharepoint.com. we won't be able to get a token for both domains.
13 Replies
- lilly_2003Copper Contributor
Hi ved-leachim ,
I am also facing the same issue I posted in this forum.
https://answers.microsoft.com/en-us/msteams/forum/all/issue-with-implementing-navigation-between-tabs/867f95c5-22ab-4ef7-a1b3-28f5b221a8d4
May I know how you fixed this issue?
Thanks in advance! - Meghana-MSFT
Microsoft
we are looking into this, we will get back to you.- Meghana-MSFT
Microsoft
We are also able to repro this issue, we will check internally and update you.- Meghana-MSFT
Microsoft
ved-leachim - Could you please share your manifest once? Engineering team would like to see how you are specifying the SharePoint URLs for the tabs.