[JavaScript] Network type URL's don't render properly in adaptive cards
See original GitHub issuePlatform
- JavaScript
Author or host
Host Name : Microsoft Search
Version of SDK
“adaptivecards”: “2.0.0-rc.0”
Details
The link for below adaptive card doesn’t render properly :
{
"type": "AdaptiveCard",
"$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
"version": "1.3",
"body": [
{
"type": "TextBlock",
"text": "[abc.docx](\\\\MININT-O7QDU1Q.fareast.corp.microsoft.com.microsoft.com\\IgniteDemoShare\\abc.docx)",
"wrap": true
}
]
}
On inspecting. the href is not correct :
href="%5CMININT-O7QDU1Q.fareast.corp.microsoft.com%5CIgniteDemoShare%5Cabc.docx"
Ideally it should be :
href="\\MININT-O7QDU1Q.fareast.corp.microsoft.com\IgniteDemoShare\abc.docx"
Issue Analytics
- State:
- Created 3 years ago
- Comments:13 (13 by maintainers)
Top Results From Across the Web
adaptive card js rendering - card not supported
1 Answer 1 ... The json object your bot responsed, is a hero card not an Adaptive Card. So the javascript sdk throw...
Read more >Render a card - JavaScript SDK - Adaptive Cards
Here's how to render a card using the JavaScript SDK. ... OpenUrl", "title": "GitHub", "url": "http://github.com/Microsoft/AdaptiveCards" ...
Read more >Using Adaptive Cards with the Microsoft Bot Framework
Introduction. Adaptive Cards are a way to present a self-contained UI to a user within a larger UI such as a chat client....
Read more >Action submit adaptive card. Ceepert, Instead of trying to do ...
1 I am trying to find a way to disable the Action. 0 adaptive card js rendering - card not supported. 3) Form...
Read more >Links - Usability & Web Accessibility - Yale University
When linking a URL, consider users who must speak it out loud and who must listen to a screen reader announce it. Fallbacks....
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
Actually, it looks like won’t work either.
This is not supported by Markdown-It so it is not something we support.