Adaptive card issue in ios devices
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
@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?