-
Notifications
You must be signed in to change notification settings - Fork 24.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AccessibilityNodeInfoCompat getRoleDescription returns null with custom roles, for this reason a custom logic needs to be implemented to retrieve custom role descriptions Previously child node description were never announced as allways returning null The commit includes also an examples of test which includes a TextInput non accessible child component. The issue is that the TextInput is allays accessible with talkback so I will need to understand how to handle this scenario
- Loading branch information
1 parent
abed89e
commit 388911e
Showing
2 changed files
with
42 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters