Skip to content

Talkback Keyboard Controls Android #20659

@dbrezack

Description

@dbrezack

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugIssue: Author Provided ReproThis issue can be reproduced in Snack or an attached project.Platform: AndroidAndroid applications.StaleThere has been a lack of activity on this issue and it may be closed soon.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions