Skip to content

[UWP] Uwp doesn't support card level RTL support #6506

@RebeccaAnne

Description

@RebeccaAnne

Target Platforms

UWP

SDK Version

Main

Application Name

Visualizer

Problem Description

UWP does not handle card level RTL, only container and column.

Screenshots

image

Card JSON

{
  "type": "AdaptiveCard",
  "$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
  "version": "1.5",
  "rtl": true,
  "body": [
    {
      "type": "TextBlock",
      "text": "هذه كتلة نص",
      "wrap": true
    },
    {
      "type": "TextBlock",
      "text": "זהו בלוק טקסט",
      "wrap": true
    },
    {
      "type": "TextBlock",
      "text": "This is a text block",
      "wrap": true
    }
  ]
}

Sample Code Language

No response

Sample Code

No response

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions