-
-
Notifications
You must be signed in to change notification settings - Fork 783
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[v4] BottomSheetModal content not accessible by screen reader on iOS #619
Comments
thanks @jangsoori for reporting this issue, it should be resolved with |
@gorhom I'm using this on v4.6.1, and Voice over only announces "Bottom Sheet" when focus is placed over the bottom sheet. Even with elements inside the bottom sheet, the child elements cannot be accessed by Voice Over. Any idea what has regressed? |
@thienautran |
In 4.5.1 it also as @thienautran said only announces "Bottom Sheet" when focus is placed over the bottom sheet, Even with elements inside the bottom sheet, the child elements cannot be accessed by Voice Over. But it works in v4.0.3 |
To solve this problem, simply pass the property "accessible={false}". I tested it on version "@gorhom/bottom-sheet": "^4.6.1", For example:
|
Bug
Contents of the BottomSheetModal component (also BottomSheet) are not accessible by screen reader on iOS.
Environment info
Steps To Reproduce
Describe what you expected to happen:
Reproducible sample code
https://snack.expo.dev/@jangsoori/ashamed-kiwi
The text was updated successfully, but these errors were encountered: