We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Popover is not accessible - #171
Is your feature request related to a problem? Please describe. It should follow accessibility rules, as it can be used in a react-native-web project. Describe the solution you'd like It should follow https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/tooltip_role. It could be fixed by at including View props as role, aria-label etc, that are passed to the container.
Is your feature request related to a problem? Please describe. It should follow accessibility rules, as it can be used in a react-native-web project.
Describe the solution you'd like It should follow https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/tooltip_role.
It could be fixed by at including View props as role, aria-label etc, that are passed to the container.
View
role
aria-label
The text was updated successfully, but these errors were encountered:
@aniketbiswas FYI for reference/tracking.
Sorry, something went wrong.
Could you clarify exactly which changes you are proposing? To my knowledge, aria isn't used in React Native. accessibility-role (see https://github.com/SteffeyDev/react-native-popover-view/pull/179) ought to be easy to add, but there's "tooltip" role available there.
accessibility-role
No branches or pull requests
Describe the bug
Popover is not accessible - #171
The text was updated successfully, but these errors were encountered: