Forum Discussion
zzhou570
Sep 13, 2024Copper Contributor
[iOS][Adaptive Card] Issues with Adaptive Card rendering on iOS devices
Hi there, I've encountered some issues with Adaptive Card rendering on iOS devices, although these issues do not appear and work fine on desktop, web, and Android platforms. Issue 1: ...
palmeida2335
Oct 18, 2024Copper Contributor
For issue one, try using a ColumnSet.
It's not perfect, as it cuts off a few pixels from the sides, but at least it will remove the extra space below.
{
"type": "ColumnSet",
"columns": [
{
"type": "Column",
"width": "0px"
},
{
"type": "Column",
"width": "auto",
"items": [
{
"type": "Image",
"url": "https://image_url"
}
]
},
{
"type": "Column",
"width": "0px"
}
]
}
If you wait for an answer from these guys, you'll never solve the problem...
Cheers!
- mrameesMay 01, 2025Copper Contributor
https://iamrehanmemon.medium.com/troubleshooting-adaptive-rendering-issues-in-ios-devices-18ee57f69646
<p></p> Wrapt the script with this start to render the Adaptive Card..