-
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
Talkback Keyboard Controls Android #20659
Comments
Can you reproduce the issue on the latest release, v0.56? |
@react-native-bot .56 is not fully supported yet. Still waiting on all the supporting libraries to catch up e.g.(create-react-native-app) |
@react-native-bot I can verify that this is still an issue in 0.55.3 |
We're only tracking issues that affect the latest release -- there's too many open issues at the moment, so the minimum we require is that you at least confirm the issue is not present in the latest version. In this particular case, please do try |
I was able to reproduce this in 0.56 using the following gist: https://gist.github.com/B3rry/43692b208fe610208af86b5e036b7cae See the video posted here for a live demo: https://twitter.com/JonB3rry/status/1032053258251067392 |
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. You may also label this issue as "For Discussion" or "Good first issue" and I will leave it open. Thank you for your contributions. |
Issue is still relevant. |
Is this issue fixed? Because I still see this issue in 0.59 version. |
I still see this issue in 0.59.3. Is there a good workaround to accommodate users utilizing keyboard navigation? |
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. You may also label this issue as a "Discussion" or add it to the "Backlog" and I will leave it open. Thank you for your contributions. |
this issue is still relevant. |
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. You may also label this issue as a "Discussion" or add it to the "Backlog" and I will leave it open. Thank you for your contributions. |
Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please feel free to create a new issue with up-to-date information. |
Environment
Android Version 7.11
Description
The Talkback click command
alt+enter
does not work on Button or TouchableOpacity elements. I have also tried every combination of the various accessibility props on the button.It does work with Alerts.
Reproducible Demo
create-react-native-app TestButton
App.js
fileSettings->Accessibility->Talkback
alt+enter
to try and click button after navigating to itThe text was updated successfully, but these errors were encountered: