[MSTeams][Action.OpenURL] Open URl button is not working with some URls in Teams
See original GitHub issuePlatform
- .Net Core
Details
I’ve developed bot using Microsoft bot framework, the bot response is adaptive card and i want to use the action.openurl button to open specific link and it worked with some urls but when i used url to document located in Microsoft online word the button become not clickable and this is the json object :
{
"type": "AdaptiveCard",
"body": [
{
"type": "TextBlock",
"size": "Medium",
"weight": "Bolder",
"text": "test",
"wrap": true
}
],
"actions": [
{
"type": "Action.OpenUrl",
"title": "View",
"url": "https://shpc.itn.intraorange/sites/MUSCLES/_layouts/15/WopiFrame.aspx?sourcedoc={35729A64-4706-43F1-A530-6EF903831010}&file=DRIssuesTest.doc&action=default"
}
],
"$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
"version": "1.2"
}
NOTE: this button worked in teams mobile app but not work in teams on Microsoft edge browser and chrome browser and teams disktop app
Issue Analytics
- State:
- Created 3 years ago
- Comments:35 (4 by maintainers)
Top Results From Across the Web
Microsoft Teams Adaptive Card Not Opening URL
I created a messaging extension that creates an pop up adaptive card that gives three options and opens a link based on the...
Read more >MS Teams - hyperlinks/urls in chats/channels do not open ...
No one, including non-optimised versions of Teams, cannot open links in chats or team channels. When they click on hyperlink/url, nothing ...
Read more >Teams Meeting URL Issues from external sources.
Forgive the long explanation.Error: Unable to join. Looks like the meeting URL is incorrect. Please check the URL and try again.
Read more >Action.OpenUrl is not clickable for some URLs in ...
Hello, I've developed bot using Microsoft bot framework, the bot response is adaptive card and i want to use the action.openurl button to ......
Read more >Can't open *.url files from Microsoft Teams
It seems it hasn't been fixed. The same *.url files can be opened in sharepoint and onedrive. The problem only occurs on Teams...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@rahulyadav97185966 - We are checking with engineering team about this issue. We will inform you once we have any update. Thanks!
@rahulyadav97185966 - We don’t support external deep link like
softwarecenter:
. There is no plan for supporting them. Thanks!