Adaptivecards: [iOS-Android][Markdown rendering parity] [Bulleted list is not in parity with desktop]

Created on 7 Jul 2020  路  2Comments  路  Source: microsoft/AdaptiveCards

Platform

What platform is your issue or question related to? (Delete other platforms).

  • Android
  • iOS
  • UWP

Author or host

Host - Teams

Version of SDK

Latest master

Details

For the following cards JSON, desktop and mobile have different experiences.
|Mobile|Desktop|
|:-:|:-:|
|Screenshot 2020-07-07 at 5 56 19 PM|Screenshot 2020-07-07 at 5 56 54 PM|

{
  "$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
  "type": "AdaptiveCard",
  "version": "1.2",
  "body": [
    {
      "type": "TextBlock",
      "color": "warning",
      "text": "What time do you want to meet?   \n* Hello   \n* Item 2   \n* Item 3 ",
      "wrap": true
    }
  ],
  "actions": [
    {
      "type": "Action.Submit",
      "title": "OK"
    }
  ]
}
Bug

All 2 comments

@adumrewal
I can't reproduce the issue. I tested it on both main and 1.2.10 iOS branch.
image

This is already fixed via PR attached to #4117. FYI, We migrated to the main branch from the master.

Was this page helpful?
0 / 5 - 0 ratings