microsoft / microsoft/BotFramework-WebChat
Adaptive card issue in ios devices
Nobody has claimed this yet.
- Dominant language
- HTML
- Stars
- 1.8k
- Forks
- 1.6k
- Avg merge
- 22h 58m
- Merged PRs (30d)
- 2
Description
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
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the adaptive card button behavior on an iPhone with botbuilder 4.20.0, then trace the handling of button actions in the Web Chat client. Done means clicking a card button triggers the intended action without sending the action name as a message activity.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ios
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100