Store a new tab in a chat or channel:
microsoftTeams.pages.config.setConfig({
entityId: entityId,
contentUrl: "https://content-url-teams?dataToBeDisplayed=important&authToken=important",
websiteUrl: "https://content-url-browser?dataToBeDisplayed=important&authToken=important",
suggestedDisplayName: "Display Name"
})
Now go to the tab on Microsoft Teams iOS client, click "Open in browser". It should open websiteUrl.
Bug: The query parameters "?dataToBeDisplayed=important&authToken=important" are being cut off from the URL on iOS (is Android being affected as well?).
This works correctly on the Teams desktop client.
Store a new tab in a chat or channel:
Now go to the tab on Microsoft Teams iOS client, click "Open in browser". It should open websiteUrl.
Bug: The query parameters "?dataToBeDisplayed=important&authToken=important" are being cut off from the URL on iOS (is Android being affected as well?).
This works correctly on the Teams desktop client.