Forum Discussion
Sigmadelta8
Jun 15, 2022Copper Contributor
Adaptive Card not Displaying On Teams Mobile
Hey everyone, I've been messing with Power Automate to create Adaptive Cards after every day to update the team on how we're doing. It works perfectly on Desktop, however, some text is not visible o...
- Jun 16, 2022
Sigmadelta8 - We are able to repro the issue. The card is getting rendered properly in Teams Desktop and Web version.
But its not rendering properly in Mobile clients.
We have raised a bug for this. We will inform you once we get any update from engineering team.Thanks,
Prasad Das
-------------------------------------------------------------------------------
If the response is helpful, please click "**Mark as Best Response**" and like it. You can share your feedback via Microsoft Teams Developer Feedback link. Click here to escalate.
Prasad_Das-MSFT
Microsoft
Jun 16, 2022Sigmadelta8 - We are able to repro the issue. The card is getting rendered properly in Teams Desktop and Web version.
But its not rendering properly in Mobile clients.
We have raised a bug for this. We will inform you once we get any update from engineering team.
Thanks,
Prasad Das
-------------------------------------------------------------------------------
If the response is helpful, please click "**Mark as Best Response**" and like it. You can share your feedback via Microsoft Teams Developer Feedback link. Click here to escalate.
trejolanderos
Oct 09, 2024Copper Contributor
October 10, 2024.
The bug is apparently still the same, in the web and desktop version the content is displayed correctly, but in the Android and iOS mobile version the card is not displayed. I attach the example
web and desktop version its ok
but mobile version
i share my JSON Adaptive Card
{
"type": "AdaptiveCard",
"$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
"version": "1.4",
"body": [
{
"type": "TextBlock",
"size": "Medium",
"weight": "Bolder",
"text": "¿Cuál recurso deseas reservar?",
"wrap": true
},
{
"type": "ColumnSet",
"spacing": "Medium",
"columns": [
{
"type": "Column",
"width": "stretch",
"items": [
{
"type": "TextBlock",
"text": "Herramientas",
"weight": "Bolder",
"size": "Medium",
"wrap": true
},
{
"type": "TextBlock",
"text": "09/10/2024 09:00 PM - 09:30 PM",
"color": "Good",
"weight": "Bolder",
"wrap": true
},
{
"type": "ActionSet",
"actions": [
{
"type": "Action.Submit",
"title": "Reservar 09:00 PM",
"style": "positive",
"data": {
"startTime": "10/09/2024 09:00 PM",
"endTime": "10/09/2024 09:30 PM"
}
}
]
}
]
}
]
},
{
"type": "ColumnSet",
"spacing": "Medium",
"columns": [
{
"type": "Column",
"width": "stretch",
"items": [
{
"type": "TextBlock",
"text": "Audiovisual",
"weight": "Bolder",
"size": "Medium",
"wrap": true
},
{
"type": "TextBlock",
"text": "09/10/2024 06:00 PM - 06:30 PM",
"color": "Good",
"weight": "Bolder",
"wrap": true
},
{
"type": "ActionSet",
"actions": [
{
"type": "Action.Submit",
"title": "Reservar 06:00 PM",
"style": "positive",
"data": {
"startTime": "10/09/2024 06:00 PM",
"endTime": "10/09/2024 06:30 PM"
}
}
]
}
]
}
]
},
{
"type": "ColumnSet",
"spacing": "Medium",
"columns": [
{
"type": "Column",
"width": "stretch",
"items": [
{
"type": "TextBlock",
"text": "Carguero",
"weight": "Bolder",
"size": "Medium",
"wrap": true
},
{
"type": "TextBlock",
"text": "09/10/2024 06:00 PM - 06:30 PM",
"color": "Good",
"weight": "Bolder",
"wrap": true
},
{
"type": "ActionSet",
"actions": [
{
"type": "Action.Submit",
"title": "Reservar 06:00 PM",
"style": "positive",
"data": {
"startTime": "10/09/2024 06:00 PM",
"endTime": "10/09/2024 06:30 PM"
}
}
]
}
]
}
]
},
{
"type": "ColumnSet",
"spacing": "Medium",
"columns": [
{
"type": "Column",
"width": "stretch",
"items": [
{
"type": "TextBlock",
"text": "piezas",
"weight": "Bolder",
"size": "Medium",
"wrap": true
},
{
"type": "TextBlock",
"text": "09/10/2024 06:00 PM - 06:30 PM",
"color": "Good",
"weight": "Bolder",
"wrap": true
},
{
"type": "ActionSet",
"actions": [
{
"type": "Action.Submit",
"title": "Reservar 06:00 PM",
"style": "positive",
"data": {
"startTime": "10/09/2024 06:00 PM",
"endTime": "10/09/2024 06:30 PM"
}
}
]
}
]
}
]
},
{
"type": "ColumnSet",
"spacing": "Medium",
"columns": [
{
"type": "Column",
"width": "stretch",
"items": [
{
"type": "TextBlock",
"text": "Postres",
"weight": "Bolder",
"size": "Medium",
"wrap": true
},
{
"type": "TextBlock",
"text": "09/10/2024 06:00 PM - 06:30 PM",
"color": "Good",
"weight": "Bolder",
"wrap": true
},
{
"type": "ActionSet",
"actions": [
{
"type": "Action.Submit",
"title": "Reservar 06:00 PM",
"style": "positive",
"data": {
"startTime": "10/09/2024 06:00 PM",
"endTime": "10/09/2024 06:30 PM"
}
}
]
}
]
}
]
},
{
"type": "ColumnSet",
"spacing": "Medium",
"columns": [
{
"type": "Column",
"width": "stretch",
"items": [
{
"type": "TextBlock",
"text": "Transporte",
"weight": "Bolder",
"size": "Medium",
"wrap": true
},
{
"type": "TextBlock",
"text": "09/10/2024 06:00 PM - 06:30 PM",
"color": "Good",
"weight": "Bolder",
"wrap": true
},
{
"type": "ActionSet",
"actions": [
{
"type": "Action.Submit",
"title": "Reservar 06:00 PM",
"style": "positive",
"data": {
"startTime": "10/09/2024 06:00 PM",
"endTime": "10/09/2024 06:30 PM"
}
}
]
}
]
}
]
},
{
"type": "ColumnSet",
"spacing": "Medium",
"columns": [
{
"type": "Column",
"width": "stretch",
"items": [
{
"type": "TextBlock",
"text": "Grabadora",
"weight": "Bolder",
"size": "Medium",
"wrap": true
},
{
"type": "TextBlock",
"text": "09/10/2024 06:00 PM - 06:30 PM",
"color": "Good",
"weight": "Bolder",
"wrap": true
},
{
"type": "ActionSet",
"actions": [
{
"type": "Action.Submit",
"title": "Reservar 06:00 PM",
"style": "positive",
"data": {
"startTime": "10/09/2024 06:00 PM",
"endTime": "10/09/2024 06:30 PM"
}
}
]
}
]
}
]
},
{
"type": "ColumnSet",
"spacing": "Medium",
"columns": [
{
"type": "Column",
"width": "stretch",
"items": [
{
"type": "TextBlock",
"text": "Luces",
"weight": "Bolder",
"size": "Medium",
"wrap": true
},
{
"type": "TextBlock",
"text": "09/10/2024 06:00 PM - 06:30 PM",
"color": "Good",
"weight": "Bolder",
"wrap": true
},
{
"type": "ActionSet",
"actions": [
{
"type": "Action.Submit",
"title": "Reservar 06:00 PM",
"style": "positive",
"data": {
"startTime": "10/09/2024 06:00 PM",
"endTime": "10/09/2024 06:30 PM"
}
}
]
}
]
}
]
},
{
"type": "ColumnSet",
"spacing": "Medium",
"columns": [
{
"type": "Column",
"width": "stretch",
"items": [
{
"type": "TextBlock",
"text": "Comida",
"weight": "Bolder",
"size": "Medium",
"wrap": true
},
{
"type": "TextBlock",
"text": "09/10/2024 06:00 PM- 06:30 PM",
"color": "Good",
"weight": "Bolder",
"wrap": true
},
{
"type": "ActionSet",
"actions": [
{
"type": "Action.Submit",
"title": "Reservar 06:00 PM",
"style": "positive",
"data": {
"startTime": "10/09/2024 06:00 PM",
"endTime": "10/09/2024 06:30 PM"
}
}
]
}
]
}
]
}
]
}