External keyboard support for Android formSheet #3104
timoisalive
started this conversation in
General
Replies: 1 comment 1 reply
-
I created an issue: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When I navigate to a formSheet screen with external keyboard on Android, the focus stays on the previous screen which makes the formSheet inaccessible. On iOS the focus moves into the formSheet screen as expected.
I tried using
AccessibilityInfo.setAccessibilityFocus()
to move the focus into the sheet but without luck. Maybe someone has an idea how to make the formSheet accessible! Thanks!Beta Was this translation helpful? Give feedback.
All reactions