Forum Discussion
Jon_Leapexpert
Apr 26, 2021Copper Contributor
[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...
- 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.
Jagadeesh-MSFT
Apr 26, 2021Former Employee
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.
Jon_Leapexpert
Apr 26, 2021Copper Contributor