Unable to navigate Between the Personal Tabs in Teams

$Yogi$ 0 Reputation points
2024-04-08T07:11:18.5066667+00:00

I have created teams personal tab app with multiple tabs i want to navigate between the tabs i have used pages.navigateToApp it's working fine in Teams Desktop app but in mobile app it's opening new window it's not working as expected kindly some help me any other alternative approaches

Code snippet :

app.initialize().then(() => {

if (pages.currentApp.isSupported()) { // it's always returning false

      pages.currentApp.navigateTo()

}

else {

pages.navigateToApp({appId:'', pageId:''})}

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,138 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
3,268 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.