tab
45 TopicsUnable to get custom Teams app supported in shared channel
Hello everyone, I'm developing a Teams app which is working fine apart that I cannot the app supported in Teams shared channels. The app is a configurable tab app with no bots and no personal / static tabs Here is my manifest file: { "$schema": "https://developer.microsoft.com/en-us/json-schemas/teams/v1.23/MicrosoftTeams.schema.json", "manifestVersion": "1.23", "version": "1.6.5", "id": "135a5af5-6bf3-XXXX-XXXX-XXXXXXXXXXXX", "developer": { "name": "COMPANY", "websiteUrl": "https://www.company.com/", "privacyUrl": "https://www.company.com/privacy", "termsOfUseUrl": "https://www.company.com/termsofuse", "mpnId": "XXXXXXX" }, "icons": { "color": "color.png", "outline": "outline.png" }, "name": { "short": "APP name", "full": "Full app name" }, "description": { "short": "A useful configurable Teams app", "full": "useful Teams app" }, "accentColor": "#FFFFFF", "configurableTabs": [ { "configurationUrl": "https://app.example.com/setup", "canUpdateConfiguration": true, "scopes": [ "team" ], "context": [ "channelTab" ] } ], "supportedChannelTypes": [ "privateChannels", "sharedChannels" ], "webApplicationInfo": { "id": "e11ad337-b136-XXXX-XXXX-XXXXXXXXXXXX", "resource": "api://app.example.com/e11ad337-b136-XXXX-XXXX-XXXXXXXXXXXX" }, "bots": [], "composeExtensions": [], "permissions": [ "identity" ], "validDomains": [ "app.example.com" ] } Does anyone have a similar issue? I've also tried to recreate the app using the Teams Developer Portal, but with no luck. Thank you Tobias80Views0likes0CommentsTasks tab does not load
At a customer the tasks tab in the Project-app in PowerApps refuses to load by a specific user. Last week I was there for a training and it seemed the same problem occurred to me as well. The correct url's are already added to the pop-up (known issue). The tasks tab will only load after deleting cookies and other browser history; this has to be done with every browser session. It al worked fine untill recently. What could be the issue here?55Views1like1CommentContent security policy headers teams migration to cloud domain
With this new migration of Microsoft cloud services to i.e. MS teams to teams[dot]cloud[dot]microsoft , I have a question for simple tab apps built on react for teams , our app is launched directly from the URL we have given in the manifest JSON file , so where do we put the CSP(content security protocol) headers , or , are they at all required for such use cases similar to ours ? Microsoft Teams392Views0likes0CommentsIssue with Planner within Teams Preview Channel Tabs
Hi, Is anyone else experiencing this error when trying to access Planner from a channel tab? "Error loading user settings. Please try again. If this continues please contact customer support." Has anyone found a way to get around this? From testing, the error doesn't come up when accessing Planner directly from the Tasks by Planner app. It's only happening when trying to access Planner from a channel tab. This also doesn't happen when accessing the tab from the regular desktop or online versions of Teams, just with the preview. My device has been restarted multiple times, and the app is up to date. I've quit it and restarted the app just to make sure. If there are any other troubleshooting steps that you've found helped please let me know.Storing persistent data associated to Teams user
I am developing a Teams Tab App where the user needs to authenticate using an external API which sends back a token. As the tab is reloaded everytime it is exited and entered again, the user would need to authenticate again. I would like to store this token somewhere. localStorage is an option, but it would be even better if I could store this token in some kind of storage associated to the Teams user using the app, so, for example, it does not need to relogin when switching from Team in web to Team standalone app. For this, and for other use cases, I would like to know whether it is possible to store data associated to the Teams account that is using the app, so it can be later retrieved (something like a localStorage but associated to the account). I have already had a look at this thread https://techcommunity.microsoft.com/t5/teams-developer/is-there-a-way-to-store-retrieve-persistent-data-in-teams-tab/m-p/1544749#M1549 but I don't see how getContext (as the answer says) can help me with my task. An explanation on this if it's possible will also help. Thank you2.9KViews0likes5CommentsHow to refresh all tabs or some tabs at the same time and do other bulk actions
How to refresh all tabs or some tabs at the same time how to select multiple tabs or all tabs and do bulk actions on them (refresh, add to group, add to favorites, mute, duplicate etc) watch this video: (recorded in 1080p, 60FPS, MKV): https://streamable.com/qdb1s you can select multiple tabs by holding CTRL and click on tabs to select them individually. another easier way is this: for example you have 10 tabs open and you want to select all of them at once, move your mouse pointer to the right most tab, hold CTRL + SHIFT and then click on it, you will see all of the tabs, from left to right, are selected. last example: you have 10 tabs open, you want to only select tabs from #3 to #8. you move your mouse cursor to tab #3, hold CTRL and then click on it, next you move your mouse cursor to tab #8, hold CTRL + SHIFT and click on it, you'll see now you've selected only tabs from #3 to #8 (i.e tabs #1, #2, #9, #10 are Not selected).39KViews5likes3CommentsTabs Running in Background
Hello, As I am aware (and please correct my if I'm wrong), the tabs from the tab Apps in Teams stop "executing" when you switch tab (as if you closed the tab in a browser), and reload when you switch back to them. For an App that we are making, it would be useful if there was any possibility of running a tab in the background, like when you have a tab opened in your browser. Therefore I would like to know whether any of the following is possible: Keep a tab running in background, as explained before Allow a popup window/tab/whatever that keeps some task running in the background while the user explores other tabs/apps inside Team Thank youSolved2KViews0likes1CommentURL to Organisation tab of particular person
Hello, is there any way how to open Teams on Organisation tab in chat? I can easily open chat with any person: <a href="MSTeams:/l/chat/0/0?users=username@domain.cz">Chat</a> But I can't find a way how to jump directly to tab Organisation in chat. Any ideas please? ThanksSolved3.4KViews0likes4CommentsYou can now open History page faster
Microsoft Edge Version 91.0.837.0 (Official build) canary (64-bit) newly added flag: edge://flags/#edge-history-accelerator-override Enable history accelerator to open the full page Enables the History keyboard shortcut to open the full page instead of the hub. – Mac, Windows, Linux #edge-history-accelerator-override with this flag enabled, pressing Ctrl + H no longer opens the history flyout, instead it will open edge://history/all3.7KViews5likes5Comments