Forum Discussion
Ori_ayache
May 15, 2023Copper Contributor
Adaptive card not Displaying on teams mobile
hey!. my adaptive card doesn't display on moblie teams but it does work on desktop. here is the Json: { "$schema": "http://adaptivecards.io/schemas/adaptive-card.json", "type": "Adaptiv...
vfan140
Dec 21, 2023Copper Contributor
Is there an update on this issue? I am seeing the same thing.
vfan140
Dec 21, 2023Copper Contributor
use this json for the adaptive-card, display well on the IOS, but fail on Android.
{
"$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
"type": "AdaptiveCard",
"version": "1.3",
"body": [
{
"type": "TextBlock",
"text": "hh",
"wrap": true,
"size": "medium"
}
]
}
{
"$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
"type": "AdaptiveCard",
"version": "1.3",
"body": [
{
"type": "TextBlock",
"text": "hh",
"wrap": true,
"size": "medium"
}
]
}