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:''})}
Sign in to answer