Unable to navigate Between the Personal Tabs in Teams
$Yogi$
0
Reputation points
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
Microsoft Teams | Microsoft Teams for business | Other
Additional features, settings, or issues not covered by specific Microsoft Teams categories
Sign in to answer