The Adaptive Card displays correctly on the desktop app but appears as a blank space on mobile.

Long Nguyen Van 0 Reputation points
2024-11-27T05:56:55.7+00:00

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
}


Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,554 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
3,443 questions
Microsoft Teams Phone
Microsoft Teams Phone
Teams Phone enables call-control and Private Branch Exchange (PBX) capabilities in the Microsoft 365 cloud with Microsoft Teams.
171 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.