expo / expo/react-native-action-sheet
[Android] Screen reader treats title as a selectable option
- Dominant language
- TypeScript
- Stars
- 1.6k
- Forks
- 223
- PR merge metrics
- No merged PRs in 30d
Description
On android devices, the screen reader behaves unexpectedly. When you open the action sheet on an Android device, a screen reader will first focus on the title of the sheet - however, two problems:
1) The focus outline is around the entire screen as opposed to just the title
2) The screen reader treats the title as a selectable option: It e.g. reads out "Title. Double press to activate" and double pressing just closes the action sheet.
What should happen instead is the initial focus outline should just be on the title, not the entire screen, and it shouldn't say "Double press to activate".
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.