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.
Jon_Leapexpert
Apr 26, 2021Copper 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-MSFT
Microsoft
Apr 29, 2021Hi Jon_Leapexpert , Currently you can create a deeplink with the text message only. You cannot send a image using the deeplink.