microsoft / AdaptiveCards

A new way for developers to exchange card content in a common and consistent way.
https://adaptivecards.io
MIT License
1.76k stars 550 forks source link

[Rendering] can not render #8728

Open 86driver opened 1 year ago

86driver commented 1 year ago

Target Platforms

Android

SDK Version

1.4

Application Name

Microsoft Teams

Problem Description

can not render Application Card on Android app

Screenshots

wecom-temp-396818-f958b8ada9ca1cb21aa433ca3ab4f7cb wecom-temp-266902-e1d1bca64e7cbdbefe3cf2efe50ba16e

Card JSON

{
  $schema: 'http://adaptivecards.io/schemas/adaptive-card.json',
  version: '1.4',
  type: 'AdaptiveCard',
  body: [
    {
      type: "TextBlock",
      size: "Medium",
      weight: "Bolder",
      text: "πŸ‘ Welcome to ONES.com for Teams! Let’s increase efficiency and productivity!",
      wrap: true,
    },
    {
      type: "Container",
      items: [
        {
          type: "TextBlock",
          text: "πŸ”” Issue notifications",
          wrap: true,
          weight: "Bolder",
        },
        {
          type: "TextBlock",
          wrap: true,
          text: 'Send "notify" to  App, to subscribe and receive notifications you care about.',
        },
      ],
    },
    {
      type: "Container",
      items: [
        {
          type: "TextBlock",
          text: "πŸ“œ Help guide",
          wrap: true,
          weight: "Bolder",
        },
        {
          type: "TextBlock",
          wrap: true,
          text: 'Get instructions by sending "help" to App..',
        },
      ],
      separator: true,
      spacing: "Medium",
    },
    {
      type: "Container",
      items: [
        {
          type: "TextBlock",
          text: "πŸ‘© Contact us",
          wrap: true,
          weight: "Bolder",
        },
        {
          type: "TextBlock",
          wrap: true,
          text: "Questions, bug reports, feedbacks β€” we’re here for it all, please [contact us]",
        },
      ],
      separator: true,
      spacing: "Medium",
    },
    {
      type: "Container",
      items: [
        {
          type: "TextBlock",
          text: "πŸ‘€ Log out your account",
          wrap: true,
          weight: "Bolder",
        },
        {
          type: "TextBlock",
          wrap: true,
          text: 'Send "logout" to App.',
        },
      ],
      spacing: "Medium",
      separator: true,
    },
  ],
}

Sample Code Language

nodejs

Sample Code

No response

86driver commented 1 year ago

@sayali-MSFT

86driver commented 1 year ago

@jwoo-msft

86driver commented 1 year ago

i found the resons:

when i download teams app in google play, it works fine..

but when i download teams app in xiaomi appstore or huawei appstore, it can not works.

so... it seems the teams app version in China region is not the latest,

and i found the changlog about teams app, i can not found the app version "1416/1.0.0.2021042002" which is available on Xiaomi App Store