Skip to content

"Open in browser" of channel/chat tabs on iOS client cuts off important query parameters #3052

@sebiJo

Description

@sebiJo

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions