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 | Development
Microsoft Teams | Development
Building, integrating, or customizing apps and workflows within Microsoft Teams using developer tools and APIs
Microsoft Teams | Microsoft Teams for business | Other
{count} votes

Your answer

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