Adaptive card sent by bot builder framework only shows "Sent a card" as the message, in iPhone #6774
Labels
bug
Indicates an unexpected problem or an unintended behavior.
needs-triage
The issue has just been created and it has not been reviewed by the team.
Version
4.11.1.0
Describe the bug
When sending an Adaptive card via bot builder framework, it only shows "Sent a card" as the message, in iPhone. The bug seems to be caused by the ampersand character
&
. See screenshot below in "Screenshot" section.To Reproduce
Steps to reproduce the behavior:
&
.turnContext.SendActivityAsync()
Expected behavior
MessageText should be shown correctly on iPhone (instead of "Sent a card"). It's working correctly on Android and PC.
Screenshots
Screenshot below that shows a working message on Android (left side) and incorrect message for iPhone (right side).
Additional context
Code to reproduce the issue:
The text was updated successfully, but these errors were encountered: