Forum Discussion
Hiral_Patel
Jul 29, 2021Copper Contributor
Teams Messaging extension is not showing "choiceset" field in the android teams app and for IOS.
I have created one teams messaging extension.
In which for input parameters in manifest file i have used one "choiceset" input parameter and text fields that is working fine in desktop teams and on browser, but when I try to use same teams extension from android, drop down for Choiceset is missing there.
And in IOS its not even opening the screen for input parameters.
Below code i have used for "Choiceset".
{
"name": "canvas",
"title": "Screen Canvas (Optional)",
"description": "",
"inputType": "choiceset",
"choices": [
{
"title": "AR Camera",
"value": "1"
},
{
"title": "Black Background",
"value": "2"
},
{
"title": "White Background",
"value": "3"
}
]
},
- Sound like a bug
I would raise it here: https://microsoftteams.uservoice.com/forums/555103-public?category_id=205564
Let me know when your raised it and send the link and I will pass it onto Teams engineering
Hope that answers your question
Best, Chris
- Sound like a bug
I would raise it here: https://microsoftteams.uservoice.com/forums/555103-public?category_id=205564
Let me know when your raised it and send the link and I will pass it onto Teams engineering
Hope that answers your question
Best, Chris- Hiral_PatelCopper ContributorThank you for the quick response!!
I raised the issue on the MS Teams forum as well.
https://microsoftteams.uservoice.com/forums/555103-public/suggestions/43879959-teams-messaging-extension-is-not-showing-choicese
- HunaidHanfee-MSFTMicrosoftHello,
We are able repro this issue. We will get back to you soon.
Thanks- Hiral_PatelCopper Contributor
Also there is one more issue, if there is long description for checkbox field it cut downs the text in IOS and but works fine with android.
Original text is as shown below:
- HunaidHanfee-MSFTMicrosoftIt is happening in messaging extension action?
For the choiceset, we have raised the bug. We will let you know the updates. Thanks