Open
Description
Version
v5
Reanimated Version
v3
Gesture Handler Version
v2
Platforms
Android
What happened?
- When Talkback is enabled Modal is not focused when presented
- Elements below the Modal are accessible.
- When dismissing modal, elements are no longer accessible/focusable (no green marker around them and no announcements)
There was already an issue in v4 #1641 but this issue still persists.
In general the accessibility behavior is questionable. Why is the backdrop accessible? Why is each element accessible. Handle, Container, Background. Content elements are not accessible seperatly.
Reproduction steps
- When Talkback is enabled Modal is not focused when presented
- Elements below the Modal are accessible
- When dismissing modal, elements are no longer accessible/focusable (no green marker around them and no announcements)
Describe what you expected to happen:
- When Talkback is enabled, if user opens Modal, it should get focus automatically
- Elements below the Modal should not be accessible by default (some prop needed maybe)
- After dismissing Modal, elements that were below it should be accessible/focusable again
Reproduction sample
https://snack.expo.dev/@gorhom/bottom-sheet---issue-reproduction-template
Relevant log output
No response