Forum Discussion

Jon_Leapexpert's avatar
Jon_Leapexpert
Copper Contributor
Apr 26, 2021
Solved

[Development] Can Teams sdk support navigate between tabs

I have Chat tab and tab A. Inside tab A , I want to click to a button that navigate back to Chat tab. Does Teams support that. Example: in the picture, after click on the button in red tab (LeapXper...
  • Jagadeesh-MSFT's avatar
    Apr 26, 2021

    Hi Jon_Leapexpert , yes, you can navigate from tab B to tab A using deeplink using below code.

    microsoftTeams.executeDeepLink("https://teams.microsoft.com/l/entity/<appId>/<entityId>?webUrl=<entityWebUrl>&label=<entityLabel>&context=<context>");


    You can fallow deeplink to tab documentation.

Resources