ada
1 TopicAdaptiveCard is not rendered on Android
Hi! I having this message AdaptiveCard message but on some versions of android the AdaptiveCard is not rendered (empty block). I am using 1.4 version of AdaptiveCard. Is there any limitations of Android SO version? What I can do? Thank you! [ { "type": "message", "inputHint": "acceptingInput", "attachments": [ { "content": { "body": [ { "text": "ΒΏLorem ipsum?", "type": "TextBlock", "wrap": true, "weight": "Bolder" }, { "text": "Pregunta 1", "type": "TextBlock", "wrap": true, "isSubtle": true } ], "type": "AdaptiveCard", "actions": [ { "data": { "org": "test", "type": "answer", "answer": "1", "chatId": "2505", "locale": "es", "msteams": { "text": "π’", "type": "messageBack", "displayText": "π’" }, "options": [ { "text": "π’", "value": "1" }, { "text": "π", "value": "2" }, { "text": "π", "value": "3" }, { "text": "π", "value": "4" }, { "text": "π", "value": "5" } ], "questionId": "1", "questionText": "Lorem ipsum", "questionContextText": "Pregunta 1" }, "type": "Action.Submit", "title": "π’", "$schema": "http://adaptivecards.io/schemas/adaptive-card.json", "version": "1.4" } ] }, "contentType": "application/vnd.microsoft.card.adaptive" } ], "attachmentLayout": "list" } ]3.1KViews0likes14Comments