Msteams-docs: [Rendering] ios teams mobile app, entire adaptive card not showing when text (Input Text) is used after last teams update

Created on 26 May 2021  Â·  8Comments  Â·  Source: MicrosoftDocs/msteams-docs

Copied bug from: https://github.com/microsoft/AdaptiveCards/issues/5870

Details from original post:

Target Platform

Please list the platform(s) that your application is targeting and remove platforms you are not targeting:

  • iOS

Target Application

Microsoft Teams

Problem Description

When you use Input.Text in an Adaptive card on IOS the entire card will not render when called from a task module.

Screenshot

Nothing is rendered so a screenshot would be blank.

JSON

{
"type": "AdaptiveCard",
"$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
"version": "1.3",
"body": [
{
"type": "Input.Text",
"placeholder": "Placeholder text"
}
]
}


Document Details

⚠ Do not edit this section.It is required for docs.microsoft.com ➟ GitHub issue linking.

bug teams-developer-support

Most helpful comment

Hi @vindevries I am able to repro the issue. I have raised a bug at our end. Our engineering team will work on it.

All 8 comments

Hi Wajeed-msft! Thank you for bringing this issue to our attention. We will investigate and if we require further information we will reach out in one business day. Please use this link to escalate if you don't get replies.

Best regards, Teams Platform

Hi @vindevries Thanks for reaching out us. I will repro at my end and will let you soon.

Hi @vindevries You need pass ID for input.text array please go through below example

{
  "type": "AdaptiveCard",
  "$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
  "version": "1.3",
  "body": [
    {
      "type": "Input.Text",
      "id": "passid",
      "placeholder": "Placeholder text"
    }
  ]
}

@Chetana-MSFT
As shown in issue microsoft/AdaptiveCards#5870 we tried that already and is has no effect.

@vindevries Can I know your MS teams version and IOS version.

@Chetana-MSFT I have the same problem that @vindevries
I detected the problem in the MS Teams version 3.7.0 (current version is 3.7.1 with the same issue)
iOS version: 14.4.2

@Chetana-MSFT I'm using IOS 12.5.3 and Teams version 3.7.0

Hi @vindevries I am able to repro the issue. I have raised a bug at our end. Our engineering team will work on it.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

krishnajaju picture krishnajaju  Â·  6Comments

assarbad picture assarbad  Â·  7Comments

Navyjetfixer picture Navyjetfixer  Â·  4Comments

luismanez picture luismanez  Â·  5Comments

camiloxs picture camiloxs  Â·  6Comments