Forum Discussion

Hiral_Patel's avatar
Hiral_Patel
Copper Contributor
Jul 29, 2021
Solved

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"
}
]
},

 

16 Replies

    • Hiral_Patel's avatar
      Hiral_Patel
      Copper Contributor

      HunaidHanfee-MSFT 

       

      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-MSFT's avatar
        HunaidHanfee-MSFT
        Iron Contributor
        It is happening in messaging extension action?
        For the choiceset, we have raised the bug. We will let you know the updates. Thanks
    • Hiral_Patel's avatar
      Hiral_Patel
      Copper Contributor
      Thank 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

Resources