Forum Discussion
voonsionglum
Dec 19, 2019Brass Contributor
Teams Bot on iOS
Hi, We created a Teams Bot that is displaying Adaptive Cards to users. We found that the Bot is currently unable to display Action buttons on iOS devices. The action button is placed in a colum...
voonsionglum
Jan 03, 2020Brass Contributor
Gousia_Begum Thanks for your reply and my apologies for the late response. The bot was built using NodeJS. Here is the dependencies section for the NodeJS Bot
"dependencies": {
"botbuilder": "^4.6.1",
"botbuilder-ai": "^4.7.0",
"botframework-connector": "^4.6.2",
"dotenv": "^8.2.0",
"request": "^2.88.0",
"restify": "8.3.3"
},
We are seeing the action buttons issue on the "Microsoft Teams" iOS App version 1.0.92
We are seeing the SVG image issue on the Windows version of "Microsoft Teams"
Gousia_Begum
Jan 08, 2020Former Employee
voonsionglum Please let us know the version of the Teams mobile app you are using. You could get that under Settings->About.
- voonsionglumJan 09, 2020Brass Contributor
Gousia_Begum It's 1.0.92 (iOS version)
- Gousia_BegumJan 09, 2020Former Employee
voonsionglum Could you please share the complete adaptive card json ?
- Gousia_BegumJan 13, 2020Former Employee
voonsionglum We have investigated this and seems like the issue is fixed in inner builds. This will be fixed on public builds soon. Thanks!!