Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aweary/accessibilitynodeinforepoproject
https://github.com/aweary/accessibilitynodeinforepoproject
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/aweary/accessibilitynodeinforepoproject
- Owner: aweary
- Created: 2020-09-15T20:54:39.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-15T20:56:43.000Z (over 4 years ago)
- Last Synced: 2024-10-28T03:20:04.766Z (about 2 months ago)
- Language: Kotlin
- Size: 131 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AccessibilityNodeInfoRepoProject
This demonstrates the issue described here: https://issuetracker.google.com/u/1/issues/168580256
## Steps to Reproduce
* Run the application on a device with TalkBack (reproduced on a Pixel 3a with Android 10)
* Enable TalkBack
* Focus the TextView in the center of the screen
* Change TalkBack to navigate by word
* Attempt to navigate by word for the TextView## Expected Results
It should go word-by-word for the text that we set on the `AccessibilityNodeInfo` for the view
## Actual Results
It chops up the words using the spans/word boundaries of the visible text, not the accessible text