Should FullWindowOverlay always have accessibilityviewismodal as true? #2029
Replies: 4 comments
-
Hey @wahidshafique, thanks for making this discussion! |
Beta Was this translation helpful? Give feedback.
-
Hi, I have encountered the same problem. Any chance to make those a11y props configurable ? |
Beta Was this translation helpful? Give feedback.
-
This might become a bigger problem because European Accessibility Act comes into effect in June 2025. |
Beta Was this translation helpful? Give feedback.
-
Hey, I haven't answered here, but you can customise this behaviour by for details. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This was prompted by a bug that I encountered once I updated to the latest version of rns. Previously I had a fullscreenoverlay that was persistent, used for toast notifications. However after this change was merged in, I could not interact with any elements underneath the overlay using the ios accessibility inspector.
I'm wondering whether accessibilityviewismodal should be an configurable prop, as the overlay doesn't necessarily mean I want the screen reader to be captured.
What does everyone else think?
Beta Was this translation helpful? Give feedback.
All reactions