[MS teams] Adaptive card image partially rendered in MS Teams
See original GitHub issueI’m generating dynamic images and include them as part of the adaptive card, the images are relatively small only 60kb, when I reply with the image for the first time, it’s partially shown until I scroll up or leave the conversation I assume that triggers native update, as soon as image is cached it’s loaded properly, the problem appears only with the first render
{
"type": "AdaptiveCard",
"version": "1.2",
"$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
"body": [
{
"type": "TextBlock",
"text": "Any text",
"wrap": true
},
{
"type": "Image",
"url": "https://806168b00b02.ngrok.io/myimage"
}
]
}
This is critical for us since we rely on the images while interacting with the bot, very annoying and questionable
https://stackoverflow.com/questions/65336959/adaptive-card-image-partially-rendered-in-ms-teams
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:10 (4 by maintainers)
Top Results From Across the Web
Adaptive card image partially rendered in MS Teams
Is there a workaround to let the image fully render for the first time? microsoft-teams · adaptive-cards · Share.
Read more >Adaptive card image rendering scroll error in MS Teams
I'm generating adaptive card including text box and image, the images are relatively small only 50kb. sometime, it's partially shown and ...
Read more >Untitled
Create Dynamic Adaptive Cards in Teams using Power Automate Data Uri for images in ... in spanish lyrics Adaptive card image partially rendered...
Read more >Adaptive Cards
A conversational bot powered by Adaptive Cards can greatly simplify business workflows on your web site or through other channels. Microsoft Teams logo ......
Read more >Commerce Business Daily
The NAVAIR Team is soliciting proposals for research and development ( R & D ) ... feature recognition , real - time image...
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
Bug is Resolved now, we have tested this at our end. If you still face any issue please feel free to reopen the issue
Still seeing the same issue on Mac client