The Adaptive Card displays correctly on the desktop app but appears as a blank space on mobile.
Long Nguyen Van
0
Reputation points
My Json, It still displays properly on the desktop app, but it shows as a blank space on mobile :
{
"type": "message",
"timestamp": null,
"from": null,
"recipient": null,
"action": null,
"attachments": [
{
"contentType": "application/vnd.microsoft.card.adaptive",
"content": {
"type": "AdaptiveCard",
"version": "1.5",
"msteams": {
"width": "Full"
},
"body": [
{
"type": "Table",
"columns": [
{
"type": "TableColumn",
"width": "auto"
},
{
"type": "TableColumn",
"width": "auto"
},
{
"type": "TableColumn",
"width": "auto"
},
{
"type": "TableColumn",
"width": "auto"
}
],
"rows": [
{
"type": "TableRow",
"cells": [
{
"type": "TableCell",
"items": [
{
"type": "TextBlock",
"text": "1. Mô tả yêu cầu báo giá",
"placeholder": "Chọn",
"weight": "Bolder",
"wrap": true,
"isRequired": null,
"errorMessage": null,
"value": "1. Mô tả yêu cầu báo giá",
"id": null,
"style": null,
"choices": null
}
]
}
]
},
{
"type": "TableRow",
"cells": [
{
"type": "TableCell",
"items": [
{
"type": "TextBlock",
"text": "Mô tả yêu cầu báo giá *",
"placeholder": "Chọn",
"weight": null,
"wrap": true,
"isRequired": null,
"errorMessage": null,
"value": "Mô tả yêu cầu báo giá *",
"id": null,
"style": null,
"choices": null
}
]
},
{
"type": "TableCell",
"items": [
{
"type": "Input.Text",
"text": "",
"placeholder": "Nhập",
"weight": null,
"wrap": true,
"isRequired": true,
"errorMessage": "Field require",
"value": "",
"id": "tabQuotationDes",
"style": null,
"choices": null
},
{
"type": "Input.Text",
"id": "cancelFlag",
"value": "cancel",
"isVisible": false // Trường ẩn để xác định khi hủy
}
]
}
]
},
{
"type": "TableRow",
"cells": [
{
"type": "TableCell",
"items": [
{
"type": "TextBlock",
"text": "Nơi nhận hàng",
"placeholder": "Chọn",
"weight": null,
"wrap": true,
"isRequired": null,
"errorMessage": null,
"value": "Nơi nhận hàng",
"id": null,
"style": null,
"choices": null
}
]
},
{
"type": "TableCell",
"items": [
{
"type": "Input.Text",
"text": "",
"placeholder": "Nhập",
"weight": null,
"wrap": true,
"isRequired": true,
"errorMessage": "Field require",
"value": "",
"id": "tabAddress",
"style": null,
"choices": null
},
{
"type": "Input.Text",
"id": "cancelFlag",
"value": "cancel",
"isVisible": false // Trường ẩn để xác định khi hủy
}
]
}
]
},
{
"type": "TableRow",
"cells": [
{
"type": "TableCell",
"items": [
{
"type": "TextBlock",
"text": "Ngày muốn nhận báo giá",
"placeholder": "Chọn",
"weight": null,
"wrap": true,
"isRequired": null,
"errorMessage": null,
"value": "Ngày muốn nhận báo giá",
"id": null,
"style": null,
"choices": null
}
]
},
{
"type": "TableCell",
"items": [
{
"type": "Input.Date",
"text": "2024-11-12",
"placeholder": "Chọn",
"weight": null,
"wrap": true,
"isRequired": true,
"errorMessage": "Field require",
"value": "2024-11-12",
"id": "tabDateReceiveQuotation",
"style": null,
"choices": null
},
{
"type": "Input.Text",
"id": "cancelFlag",
"value": "cancel",
"isVisible": false // Trường ẩn để xác định khi hủy
}
]
}
]
},
{
"type": "TableRow",
"cells": [
{
"type": "TableCell",
"items": [
{
"type": "RichTextBlock",
"inlines": [
{
"type": "TextRun",
"text": "Mô tả chung "
},
{
"type": "TextRun",
"text": "*",
"color": "Attention"
}
]
}
]
},
{
"type": "TableCell",
"items": [
{
"type": "Input.Text",
"text": "F",
"placeholder": "Nhập",
"weight": null,
"wrap": true,
"isRequired": true,
"errorMessage": "Field require",
"value": "F",
"id": "tabOrg",
"style": null,
"choices": null
},
{
"type": "Input.Text",
"id": "cancelFlag",
"value": "cancel",
"isVisible": false // Trường ẩn để xác định khi hủy
}
]
}
]
},
{
"type": "TableRow",
"cells": [
{
"type": "TableCell",
"items": [
{
"type": "TextBlock",
"text": "Công ty *",
"placeholder": "Chọn",
"weight": null,
"wrap": true,
"isRequired": null,
"errorMessage": null,
"value": "Công ty *",
"id": null,
"style": null,
"choices": null
}
]
},
{
"type": "TableCell",
"items": [
{
"type": "Input.Text",
"text": "F",
"placeholder": "Nhập",
"weight": null,
"wrap": true,
"isRequired": true,
"errorMessage": "Field require",
"value": "F",
"id": "tabCompany",
"style": null,
"choices": null
},
{
"type": "Input.Text",
"id": "cancelFlag",
"value": "cancel",
"isVisible": false // Trường ẩn để xác định khi hủy
}
]
}
]
},
{
"type": "TableRow",
"cells": [
{
"type": "TableCell",
"items": [
{
"type": "TextBlock",
"text": "Người yêu cầu *",
"placeholder": "Chọn",
"weight": null,
"wrap": true,
"isRequired": null,
"errorMessage": null,
"value": "Người yêu cầu *",
"id": null,
"style": null,
"choices": null
}
]
},
{
"type": "TableCell",
"items": [
{
"type": "Input.Text",
"text": "l",
"placeholder": "Nhập",
"weight": null,
"wrap": true,
"isRequired": true,
"errorMessage": "Field require",
"value": "l",
"id": "tabRequester",
"style": null,
"choices": null
},
{
"type": "Input.Text",
"id": "cancelFlag",
"value": "cancel",
"isVisible": false // Trường ẩn để xác định khi hủy
}
]
}
]
}
]
}
],
"actions": [
{
"type": "Action.Submit",
"title": "Save",
"value": null,
"id": "saveButton",
"data": {
"selectedButton": null,
"action": "saveButton"
}
},
{
"type": "Action.Submit",
"title": "Cancel",
"associatedInputs": "none",
"data": {
"action": "cancelForm"
}
}
],
"$schema": null
},
"contentUrl": null
}
],
"serviceUrl": null,
"conversation": null,
"channelData": null,
"textFormat": null,
"text": null,
"suggestActions": null
}
Sign in to answer