-
Notifications
You must be signed in to change notification settings - Fork 24.9k
Closed
Labels
BugIssue: Author Provided ReproThis issue can be reproduced in Snack or an attached project.This issue can be reproduced in Snack or an attached project.Platform: AndroidAndroid applications.Android applications.StaleThere has been a lack of activity on this issue and it may be closed soon.There has been a lack of activity on this issue and it may be closed soon.
Description
- Review the documentation: https://facebook.github.io/react-native
- Search for existing issues: https://github.com/facebook/react-native/issues
- Use the latest React Native release: https://github.com/facebook/react-native/releases
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
- Create new project
create-react-native-app TestButton
- Add a button to the
App.js
file
<Button
onPress={()=> console.warn('It worked')}
title="Try Me"/>
- Run on either emulator (With play store) or physical device (With external keyboard)
- Enable Talkback
Settings->Accessibility->Talkback
- Navigate back to app
- Use
alt+enter
to try and click button after navigating to it
Metadata
Metadata
Assignees
Labels
BugIssue: Author Provided ReproThis issue can be reproduced in Snack or an attached project.This issue can be reproduced in Snack or an attached project.Platform: AndroidAndroid applications.Android applications.StaleThere has been a lack of activity on this issue and it may be closed soon.There has been a lack of activity on this issue and it may be closed soon.