Forum Discussion
Raman_Zhukouski
Feb 06, 2024Copper Contributor
Teams-js navigateToApp function navigates to Activity tab
Hey there! I work on teams app (react js) with notification bot. I have two tabs - one is configurable(team) tab, the other is static (personal) tab. I want to have a button in configurable tab which...
Vaibhav-MSFT
Feb 06, 2024Former Employee
Hello Raman_Zhukouski,
Please refer to the https://github.com/OfficeDev/Microsoft-Teams-Samples/tree/main/samples/tab-app-navigation/nodejs for more information regarding tab navigation and pages.navigateToApp() function.