-
Notifications
You must be signed in to change notification settings - Fork 596
[Ios] [Adaptive Cards Input Toggle(CheckBox) display issue in Iphone] #3978
Copy link
Copy link
Closed
Labels
BugMSTeams-Developer-Support[DoNotDelete] Label to notify questions which needs attention from MSTeams Developer Support team.[DoNotDelete] Label to notify questions which needs attention from MSTeams Developer Support team.Partner-MsftBotFrameworkBugs related to Msft BotFramework integration with AdaptiveCardsBugs related to Msft BotFramework integration with AdaptiveCardsPartner-MsftTeamsMobileBugs related specifically to Teams Mobile integration (iOS/Android)Bugs related specifically to Teams Mobile integration (iOS/Android)Platform-iOS
Metadata
Metadata
Assignees
Labels
BugMSTeams-Developer-Support[DoNotDelete] Label to notify questions which needs attention from MSTeams Developer Support team.[DoNotDelete] Label to notify questions which needs attention from MSTeams Developer Support team.Partner-MsftBotFrameworkBugs related to Msft BotFramework integration with AdaptiveCardsBugs related to Msft BotFramework integration with AdaptiveCardsPartner-MsftTeamsMobileBugs related specifically to Teams Mobile integration (iOS/Android)Bugs related specifically to Teams Mobile integration (iOS/Android)Platform-iOS
Platform
What platform is your issue or question related to? (Delete other platforms).
Author or host
Ms Teams
Details
We have created bot using Microsoft bot-framework which is integrated to Microsoft teams. We have created few adaptive cards for interactive conversation with bot. One of the Adaptive card is causing design issue in IPhone X Microsoft Teams Application.
We used Adaptive card template for building this card which displays the list of Tasks along with status of the task. Each task has Input.Toggle (Checkbox) and at the end a button will be displayed. When Checkbox's are selected and button is clicked. Sample design as shown Adaptive Card Design Preview
We are sending new card with task details where they can edit the status and so on. Please find the JSON data below.
Card Payload Editor Json Data:
Card Payload.txt
Sample Data Editor:
Sample Data.txt
The InputToggle is inside the column set with width as auto and it is perfectly rendering in Microsoft Teams Desktop and Android App but whereas in IOS app it is not showing.
When we set the width property to stretch, InputToggle is getting displayed in IOS App in big size but in Desktop App and Android App the column is pushing and occupying much space.
Please help me so that we can display the Input.Toggle in IOS Microsoft Teams without breaking the design in Desktop and Android Teams App.
Adding final JSON sent to the bot. The columns in the column set will be changed dynamically based on the ask list in database.
Final Json.txt
Thank you.