-
-
Notifications
You must be signed in to change notification settings - Fork 67
Link element is ignored when TalkBack is enabled #487
Copy link
Copy link
Open
Labels
Description
Bug Description
If there are additional text elements after the link, the link is skipped when swiping left or right. While it can still be focused by clicking, it needs to be focusable during swipe navigation as well.
Steps to Reproduce
Steps to reproduce the behavior:
- Add this code
MarkdownText(
"""
# Hello Markdown
This is a simple markdown example with:
- Bullet points
- **Bold text**
- *Italic text*
[Check out this link](https://github.com/mikepenz/multiplatform-markdown-renderer)
This is a simple markdown example with:
- Bullet points
- **Bold text**
- *Italic text*
""".trimIndent()
)
- Run on platform Android
- See error
Expected Behavior
All elements should be focusable and accessible by TalkBack.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment
- Library Version: 0.38.1
- Platform: Android
- Device: Pixel 7 Pro
- OS Version: Android 16
- Kotlin Version: 2.1.20
- Compose Version: 2025.10.01
Checklist
- I have searched for similar issues
- I have checked the sample application
- I have read the README
- I have checked the CHANGELOG
- I have read the MIGRATION GUIDE
Reactions are currently unavailable