Forum Discussion
[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 (LeapXpert) ,it navigate back to blue tab (Chat tab)
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-MSFTMicrosoft
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_LeapexpertCopper Contributor
- Jon_LeapexpertCopper Contributor
I only able to open excel, pdf file in Teams when use the executeDeepLink
If I want to open image , it will open the Safari and open the sharepoint link.
Is there any way that I can open image in Teams by using executeDeepLink
Like this:
instead of
Many thanks for your support
- Jagadeesh-MSFTMicrosoft
Hi Jon_Leapexpert , Currently you can create a deeplink with the text message only. You cannot send a image using the deeplink.