-
Notifications
You must be signed in to change notification settings - Fork 24.3k
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
Accessibility does not work properly with nested ScrollViews #14766
Comments
I was playing around with this a bit more and resolved the issue with the horizontal ScrollViews. I just needed to give the Text components the same margins. However, the vertical ScrollView will still not scroll when I reach the bottom of the page. See the below animated gif: Here's a snack of the new code: https://snack.expo.io/SyQ8Osb4Z I changed |
Seems this issue is specific to FireOS. I tested the following devices: Nexus 5: ScrollView scrolls as expected |
Hi there! This issue is being closed because it has been inactive for a while. Maybe the issue has been fixed in a recent release, or perhaps it is not affecting a lot of people. Either way, we're automatically closing issues after a period of inactivity. Please do not take it personally! If you think this issue should definitely remain open, please let us know. The following information is helpful when it comes to determining if the issue should be re-opened:
If you would like to work on a patch to fix the issue, contributions are very welcome! Read through the contribution guide, and feel free to hop into #react-native if you need help planning your contribution. |
Hi, I am using android emulator nexus s API and here nested scrollview is not working. |
Is this a bug report?
Yes
Have you read the Bugs section of the Contributing to React Native Guide?
Yes
Environment
react-native -v
: 0.45.1node -v
: v6.2.2npm -v
: 3.9.5yarn --version
(if you use Yarn): N/AThen, specify:
Steps to Reproduce
Expected Behavior
Accessibility content is read left to right, top to bottom, scrolling to read offscreen content
Actual Behavior
Content is read starting with the second item in the horizontal scroll view, then the first, and skipping the last item. When we get to the bottom of the screen vertical ScrollView is not scrolled and instead soft buttons at the bottom of the device are read
Reproducible Demo
https://snack.expo.io/BJ9DuKbEb
The text was updated successfully, but these errors were encountered: