Skip to content
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

Closed
3 tasks done
dbrezack opened this issue Aug 13, 2018 · 13 comments
Closed
3 tasks done

Talkback Keyboard Controls Android #20659

dbrezack opened this issue Aug 13, 2018 · 13 comments
Labels
Bug Issue: Author Provided Repro This issue can be reproduced in Snack or an attached project. Platform: Android Android applications. Stale There has been a lack of activity on this issue and it may be closed soon.

Comments

@dbrezack
Copy link

Environment

Android Version 7.11

Environment:
  OS: Linux 4.15
  Node: 8.9.4
  Yarn: 1.5.0
  npm: 5.6.0
  Watchman: Not Found
  Xcode: N/A
  Android Studio: Not Found

Packages: (wanted => installed)
  react: 16.3.1 => 16.3.1
  react-native: ~0.55.2 => 0.55.4

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

  1. Create new project create-react-native-app TestButton
  2. Add a button to the App.js file
 <Button
        onPress={()=> console.warn('It worked')}
        title="Try Me"/>
  1. Run on either emulator (With play store) or physical device (With external keyboard)
  2. Enable Talkback Settings->Accessibility->Talkback
  3. Navigate back to app
  4. Use alt+enter to try and click button after navigating to it
@react-native-bot react-native-bot added Platform: Android Android applications. Platform: Linux Building on Linux. labels Aug 13, 2018
@react-native-bot
Copy link
Collaborator

Can you reproduce the issue on the latest release, v0.56?

@dbrezack
Copy link
Author

@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)

@B3rry
Copy link

B3rry commented Aug 14, 2018

@react-native-bot I can verify that this is still an issue in 0.55.3

@hramos
Copy link
Contributor

hramos commented Aug 17, 2018

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 master as we just landed a suite of Accessibility updates (see http://facebook.github.io/react-native/blog/2018/08/13/react-native-accessibility-updates)

@hramos hramos closed this as completed Aug 17, 2018
@hramos hramos reopened this Aug 17, 2018
@B3rry
Copy link

B3rry commented Aug 22, 2018

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

@kelset kelset added Issue: Author Provided Repro This issue can be reproduced in Snack or an attached project. ⚛️CRNA and removed Platform: Linux Building on Linux. ⏪Old Version labels Aug 22, 2018
@stale
Copy link

stale bot commented Nov 20, 2018

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.

@stale stale bot added the Stale There has been a lack of activity on this issue and it may be closed soon. label Nov 20, 2018
@dbrezack
Copy link
Author

Issue is still relevant.

@stale stale bot removed the Stale There has been a lack of activity on this issue and it may be closed soon. label Nov 26, 2018
@hramos hramos removed the Bug Report label Feb 6, 2019
@adityafuture01
Copy link

adityafuture01 commented May 21, 2019

Is this issue fixed? Because I still see this issue in 0.59 version.

@renaekathleen
Copy link

I still see this issue in 0.59.3. Is there a good workaround to accommodate users utilizing keyboard navigation?

@stale
Copy link

stale bot commented Sep 3, 2019

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.

@stale stale bot added the Stale There has been a lack of activity on this issue and it may be closed soon. label Sep 3, 2019
@renaekathleen
Copy link

this issue is still relevant.

@stale stale bot removed the Stale There has been a lack of activity on this issue and it may be closed soon. label Sep 3, 2019
@stale
Copy link

stale bot commented Dec 2, 2019

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.

@stale stale bot added the Stale There has been a lack of activity on this issue and it may be closed soon. label Dec 2, 2019
@stale
Copy link

stale bot commented Dec 9, 2019

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.

@stale stale bot closed this as completed Dec 9, 2019
@facebook facebook locked as resolved and limited conversation to collaborators Dec 10, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Bug Issue: Author Provided Repro This issue can be reproduced in Snack or an attached project. Platform: Android Android applications. Stale There has been a lack of activity on this issue and it may be closed soon.
Projects
None yet
Development

No branches or pull requests

7 participants