Skip to content

microsoftTeams.pages.navigateToApp not working on Teams iOS #2903

@tiennguyen1293

Description

@tiennguyen1293

I'm using @microsoft/[email protected] and encountering an issue with the microsoftTeams.pages.navigateToApp function. It works fine on Teams Android but fails on Teams iOS.

        await microsoftTeams.pages.navigateToApp({
          appId: this.context.app.appId.toString(),
          pageId,
          subPageId,
        })

I found that the subPageId on Teams iOS is '' compared to Teams Android.
I used deep link: https://teams.microsoft.com/l/entity/<AppId>/settings?tenantId=<tenantId>&openInMeeting=false&context={%22subEntityId%22:%22msg_identities%22}

Could you please help investigate and resolve this issue?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions