Botframework-solutions: Teams Command Lists not working on phone

Created on 20 Nov 2020  路  5Comments  路  Source: microsoft/botframework-solutions

As i implemented teams command list ,but its only working in the desktop view not in mobile.
image
The desktop view is attached in screenshot. Could you please provide the changes to be updated for working in mobile view?

Teams Bot Services customer-replied-to customer-reported

All 5 comments

Hi @amoyalan20, thanks for reporting this issue. Can you add a detailed information of your Environment, Repro Steps and Expected Behavior?

As soon as we have your reply, we will start working on this issue and let you know any update that we have for you 馃槉.

In teams Manifest we have added command list, its working as expected in desktop. but while checking teams in phone those command list are not working.

"commandLists": [
{
"scopes": [
"team",
"groupchat"
],
"commands": [
{
"title": "Command 1",
"description": "Description of Command 1"
}
]
},
{
"scopes": [
"personal",
"groupchat"
],
"commands": [
{
"title": "Personal command 1",
"description": "Description of Personal command 1"
}
]
}
]

Thanks @amoyalan20 for the information, we will start reviewing this issue and we will let you know any update 馃槉.

Hi @amoyalan20, sorry for the delay. We successfully reproduced the mentioned issue using Teams Command List in Mobile. Also, we confirmed that in Desktop is working.

We used the following environment:

  • Android version: 10
  • Teams mobile app version: 1416/1.0.0.2020111001

As soon as we have any update, we will back to you here 馃槉.

_Teams Command List is not working in Mobile_
image

_Teams Command List working in Desktop_
image

Hello - as is documented here command lists do not appear on mobile clients. My apologies for the confusion.

As far as I'm aware, the Teams team doesn't have any plans to implement support for them on mobile.

Was this page helpful?
0 / 5 - 0 ratings