Open
Description
Issue description update: (by @corinagum)
When starting with focus at the top of the activity, mobile behavior is wonky where the activity repeats twice before the user can focus INSIDE of the Adaptive Card. Repro steps:
- Send 'card calendar', and focus on this activity from the user (I used tap as opposed to swipe)
- Swipe right multiple times:
- Speak timestamp of user's activity
- "Bot said, landmark:"
- "Showing calendar" (activity)
- "1 attachment"
- Speak timestamp of bot activity
- "Press enter to interact" <-- needs to be removed on mobile (Modify 'Use arrow keys...' aria label - doesn't work in Chrome, and remove on mobile #3758)
- "Bot said"
- "Showing calendar"
- "Bot attached"
- "Adaptive Card design session"
As seen in steps 2-4, then 7-9, double aria labels are being read twice when they shouldn't be.
Original text:
How to shift between adaptive cards on an Android phone using accessibility gestures. As per the latest 4.12.0 release, we can use up and down arrow key using keyboard but the same thing can't be achieved on using the bot in Android phone using gestures. Is there any alternative/solution for this ?