Skip to content

feat(android): improve TalkBack accessibility with virtual view hierarchy and host focus fix#245

Merged
hryhoriiK97 merged 1 commit intomainfrom
android/improve-talkback-accessibility
Apr 15, 2026
Merged

feat(android): improve TalkBack accessibility with virtual view hierarchy and host focus fix#245
hryhoriiK97 merged 1 commit intomainfrom
android/improve-talkback-accessibility

Conversation

@hryhoriiK97
Copy link
Copy Markdown
Collaborator

@hryhoriiK97 hryhoriiK97 commented Apr 15, 2026

What/Why?

Fixes: #182

Fixes a bug where TalkBack reads the entire text view as one element on the first swipe before navigating individual items. Also refactors accessibility plumbing into a shared AccessibleMarkdownTextView base class and updates docs with known platform limitations.

Testing

PR Checklist

  • Code compiles and runs on iOS
  • Code compiles and runs on Android
  • Updated documentation/README if applicable
  • Ran example app to verify changes

@hryhoriiK97 hryhoriiK97 merged commit 501e8a9 into main Apr 15, 2026
5 checks passed
@hryhoriiK97 hryhoriiK97 deleted the android/improve-talkback-accessibility branch April 16, 2026 10:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Android] TalkBack revisits rendered markdown as fragmented children after the whole block

1 participant