-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adaptive card issue in ios devices #5420
Comments
@SanjeevS900 - I'm assuming it is Web Chat, but could you please tell me the client you are using to communicate with the bot? |
I am also seeing this issue with my application. |
@stevkan This screenshot is from a web chat but we are facing the issue on all ios devices. We are facing this issue on iphone and ipad as well. |
Any update on this? It's causing my app's customers to be spammed with messages if they use iOS. |
@stevkan Any updates? |
Hey @BrendanAndrade did you find any workaround? |
Versions
botbuilder: 4.20.0
Description
When using the bot on an iPhone, clicking any button on adaptive cards results in the action name being sent as a message activity and then performing the intended action. This issue does not occur on other devices/platforms.
To Reproduce
Steps to reproduce the behavior:
Open the bot on an iPhone.
Interact with any adaptive card that includes buttons.
Click a button.
Observe that the action name is sent as a message activity.
Expected behavior
When a button is clicked, the corresponding action should be triggered as expected, without the action name being sent as a message activity.
Screenshots
The text was updated successfully, but these errors were encountered: