-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
VoiceOver: Focus Returns to First Element Instead of Trigger Button After Closing Modal on iOS #45098
Comments
|
|
Added snack example |
Tested in latest RN version, issue still persists |
Any update please on this issue |
Any update please on the fix |
Any update on this issue fix for ios (voiceOver) |
Description
When VoiceOver is enabled on an iOS device, closing a modal by clicking the cancel button causes the focus to shift back to the first element of the screen instead of the button that triggered the modal. This issue negatively impacts the user experience for visually impaired users who rely on VoiceOver for navigation.
Steps to reproduce
React Native Version
0.74
Affected Platforms
Runtime - iOS
Output of
npx react-native info
Stacktrace or Logs
Reproducer
https://github.com/akashsquare/accessibility_poc
https://snack.expo.dev/@akshay-sqh/accessibility-poc
Screenshots and Videos
video.MP4
The text was updated successfully, but these errors were encountered: