Skip to content

[Rendering] Action.Submit of Adaptive card Not Working in MS Teams iOS Mobile App #13849

@Nivedipa-MSFT

Description

@Nivedipa-MSFT

Copied bug from microsoft/AdaptiveCards#9314

Steps to reproduce

Target Platforms
iOS

SDK Version
4

Application Name
Microsoft Teams

Problem Description
Action.Submit is not functioning in the Microsoft Teams iOS mobile application. The same functionality works as expected on the following platforms:
Microsoft Teams on Windows PC
Microsoft Teams on iOS PC
Microsoft Teams on Android devices
No iOS-specific or device-specific logic has been implemented. The issue appears to be isolated to the Teams iOS mobile app.

Screenshots
No response

Card JSON
{
"$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
"type": "AdaptiveCard",
"version": "1.2",
"body": [
{
"type": "Container",
"items": [
{
"type": "ColumnSet",
"columns": [
{
"type": "Column",
"width": "stretch",
"items": [
{
"type": "TextBlock",
"text": "Test Entry",
"weight": "Bolder",
"size": "Medium",
"wrap": true
},
{
"type": "TextBlock",
"text": "${Entry1}",
"wrap": true,
"spacing": "Small"
},
{
"type": "TextBlock",
"text": "${Answer}",
"isSubtle": true,
"spacing": "Small",
"wrap": true
}
]
}
]
}
]
}
],
"actions": [
{
"type": "Action.Submit",
"title": "Summarize",
"style": "positive",
"data": {
"msteams": {
"type": "imBack",
"value": "Summarize this answer"
}
}
}
]
}
Sample Code Language
No response

Sample Code
No response

Expected behavior

Action.Submit should work in the Microsoft Teams iOS mobile application

Actual behavior

Action.Submit is not functioning in the Microsoft Teams iOS mobile application

Error details

No response

Metadata

Metadata

Assignees

Labels

teams-developer-supportQuestion related to extensibility (Bot, ME, Tab) would be marked under this label

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions