Relative Content

Tag Archive for microsoft-teamsmicrosoft-teams-js

How to determine in MS Teams app (based on teams-js.js library) if it runs in a desktop or a mobile

Maybe it can be based on context.app.host.name (https://learn.microsoft.com/en-us/microsoftteams/platform/tabs/how-to/using-teams-client-library?tabs=javascript%2Cmanifest-teams-toolkit) but it looks like it is more to question teams X outlook and not to question desktop X mobile (enum here https://learn.microsoft.com/en-us/javascript/api/%40microsoft/teams-js/hostname?view=msteams-client-js-latest).