User Interface
9 TopicsBug: Adaptive card does not works on Microsoft Teams's mobile app
Hello, We got a problem with adaptive card, we are using an Action.Submit button where it invoke a message request for our bot, this works fine on web but on mobile does not works, button keep on feedback and does not do any request. This is our JSON: { contentType:'application/vnd.microsoft.card.adaptive', content: { "$schema": "http://adaptivecards.io/schemas/adaptive-card.json", "version": "1.3", "body": [ { "type": "ColumnSet", "columns": [ { "type": "Column", "items": [ { "type": "Image", "url": `https://digital-assets.projectcor.com/integrations/${statusUrl}-d-50.png`, "spacing": "None" } ], "width": "50px" }, { "type": "Column", "items": [ { "type": "TextBlock", "isSubtle": true, "text": `${companyName} > ${chipName}`, "color": "Dark", "wrap": true }, { "type": "TextBlock", "spacing": "None", "text": task.title, "color": "Dark", "size": "ExtraLarge", "weight": "Bolder", "wrap": true }, { "type": "TextBlock", "isSubtle": true, "text": `${lang.priority}: ${utils.getPriorityName(task.priority,locale)}`, "color": "Dark", "wrap": true }, ], "width": "stretch" } ] }, { "type": "ColumnSet", "separator": true, "spacing": "Medium", "columns": [ { "type": "Column", "items": [ { "type": "ColumnSet", "columns": [ { "type": "Column", "items": [ { "type": "Image", "url": "https://digital-assets.projectcor.com/integrations/deadline-2.png" } ], "width": "25px" }, { "type": "Column", "items": [ { "type": "TextBlock", "text": "Deadline", "color": "Dark", "weight": "Bolder", "wrap": true }, { "type": "TextBlock", "text": `${date ? date : 'No date'}`, "color": "Dark", "wrap": true } ], "width": "110px" }, { "type": "Column", "items": [ { "type": "Image", "url": "https://digital-assets.projectcor.com/integrations/usr.png" } ], "width": "25px" }, { "type": "Column", "items": [ { "type": "TextBlock", "text": "Project manager", "color": "Dark", "spacing": "Large", "weight": "Bolder", "wrap": true }, { "type": "TextBlock", "text": `${taskPm ? taskPm : 'No project manager'}`, "color": "Dark", "wrap": true } ], "width": "180px" } ] } ], "width": "stretch" } ] }, { "type": "ColumnSet", "spacing": "Medium", "columns": [ { "type": "Column", "items": [ { "type": "Image", "url": "https://digital-assets.projectcor.com/integrations/usr.png" } ], "width": "25px" }, { "type": "Column", "items": [ { "type": "TextBlock", "text": lang.collaborators, "color": "Dark", "spacing": "Large", "weight": "Bolder", "wrap": true }, { "type": "RichTextBlock", "inlines": [ { "type": "TextRun", "text": utils.collaboratorsArray(task.collaborators) } ], "spacing": "Small", "height": "stretch", } ], "width": "300px" } ], "separator": true }, { "type": "ActionSet", "actions": [ { "type": "Action.Submit", "title": lang.comment, "data": { "msteams": { "type": "invoke", "value": { "type": "task/fetch", "action": "createComment", "route": `tasks/${task.id}` } } }, "style": "positive" }, { "type": "Action.OpenUrl", "title": lang.view_cor, "url": `https://${subdomain}.${utils.getWebUrl()}/tasks/${task.id}` }], "separator": true, "height": "stretch", "spacing": "Medium", "horizontalAlignment": "Center" } ], } Comment button of invoke type and action createComment has the issue. Thanks!4.4KViews1like9CommentsMS Teams oAuth Prompt Customization
Hey everyone, We are using standard https://github.com/microsoft/botbuilder-js for Node.js and specifically the https://www.npmjs.com/package/botbuilder-dialogs package which provides us with OAuth prompt dialog which uses the https://www.npmjs.com/package/botbuilder-core OAuth card, here is the interface: We need to customize this card with some elements like other buttons, columns, images, and other adaptive card elements. But it does not seem possible straight from the definition. So here are the questions we have: Is it possible to do the required customizations to the OAuth Card? or as an alternative, is it possible to use the "signin" action directly in the adaptive card which is easily designable? We already tried putting "signin" action directly into the adaptive card but it's not being rendered by MS Teams. And we already tried sending the adaptive card with OAuth content-type – same behavior. Thanks1.4KViews0likes2CommentsMicrosoft teams rich text pasting not working for desktop app
I have Microsoft Teams Version 1.5.00.9163 (64-bit). It was last updated on 20/04/2022. Used to be able to pasting code with rich text formatting from an IDE. Suddenly it is just being pasted without any colors. Tried on other microsoft products (Outlook, word, powerpoint and microsoft teams web), all are able to work and have the correct text with formatting pasted. Only the desktop teams app cant work suddenly.1KViews1like1CommentPowerApp in Teams; How to get shared link of app to open in Teams or browser to prompt Teams?
Good morning! I have added my PowerApp to my Teams channel and have copied and shared the link to the tab/app. This is copied and pasted, & opened in the browser, but how can I get the browser to prompt to open this link in Teams, as I've seen for meetings? So, that it takes the user directly to the app in Teams? When clicking on meetings, it opens in browser, which then I'm prompted: "Open Microsoft Teams? https://teams.microsoft.com wants to open this application. I know that the prompt includes "launcher/launcher.html". I've added this to the link URL for the app, and it opens in Teams, however, it does not take the user directly to that tab/app. How can I do this for the app? Any information or guidance is greatly appreciated. Thank you.917Views0likes1CommentTEAMS : how to change background in conference by scripting (not gui)
Hi Guys, We have that nice feature in the GUI that can change the background (or blur) in conference call. This requires several clicks. I would like to know if it is possible to "script" this change, for example to adapt my background during a session without having to click. Any powershell to script the client side of TEAMs ? ThanksSolved2KViews0likes1CommentIs there any way to show iframe content in ms teams chat?
I have been trying to send iframe as a response from bot framework, my usecase is to display dynamic charts which are generated from portal. I'm able to send iframe but the bot message body is empty instead of iframe content.11KViews1like2Commentsallow language selection for markdown code block
When I type ``` to start a code block, a markdown syntax, I should be able to select the code language. In markdown, I would follow the triple ticks with the language name, such as csharp, html, sql, and then press enter to start the code block. Can this part of the feature be implemented? If not, could we at least get the language picker tool that's available when we insert a Code snippet from the format menu?3.2KViews0likes2CommentsLogo/Icon showing up in Teams, but not SharePoint
Hi There, I have been trying to solve this problem for a while. When I create a Team, I can upload a logo and it takes. But when I navigate to SharePoint the logo isn't there. I try to update it and I get this error: We experienced a problem updating the icon. Please try again in a few minutes.” Or “Check to see if group property HiddenFromAddressListsEnabled is set to true, or if Address Book Policies are set on the group. Otherwise please try again later. There is this page that describes how to fix the error ... https://docs.microsoft.com/en-us/sharepoint/troubleshoot/sites/error-when-changing-o365-site-logo So I know I have to run PowerShell, but I am not sure how to run this? Set-UnifiedGroup -Identity <TeamName> -HiddenFromExchangeClientsEnabled:$false Then I have another question, why is this like this? What does updating a logo have to do with Exchange? Thanks!Solved4.2KViews0likes4CommentsToogle between MTR UI and custom UI
Hi! We would like to co-host a custom application on the MTR touch display be able to toggle between the default MTR UI and our custom UI using a suitable method (e.g. USB keyboard). Similar to how for instance Crestron toggles between their own UI and back when you push the "Crestron" logo on their touch display. Easy for us if we could host our application in a fullscreen version of Edge for instance. Anyone with experience or input on this? Cheers Olof2.3KViews0likes4Comments