Keyboard accessibility issues on Android (TextInput but also beyond) #45801
Labels
API: Keyboard
Component: TextInput
Related to the TextInput component.
Issue: Author Provided Repro
This issue can be reproduced in Snack or an attached project.
Platform: Android
Android applications.
Description
Can not operate TextInput with external keyboards and it seems that TextInputs "block" focus for other elements if those are between two TextInputs.
We can not really use TextInputs for applications that need to be accessible (app is failing WCAG and EN 301 549 accessibility standards).
This issue is also reopening #31820 (that was closed because it was stale)...
Steps to reproduce
Connect a physical keyboard to Android device (I've used both PC with direct connection to Android and external Bluetooth keyboard that works with other apps).
Open Expo snack (https://snack.expo.dev/aAQHfOdiVoSZF6jo6TzWN) or basically run this code:
React Native Version
0.74.3
Affected Platforms
Runtime - Android
Output of
npx react-native info
Stacktrace or Logs
Reproducer
https://snack.expo.dev/aAQHfOdiVoSZF6jo6TzWN
Screenshots and Videos
https://www.youtube.com/watch?v=EZmllQhzzMU
The text was updated successfully, but these errors were encountered: