## Bug Description Talkback announces things like "start X pixels" as user navigates markdown content ## Steps to Reproduce Steps to reproduce the behavior: 1. Run sample Android app 2. Turn on talkback 3. use swipe navigation to listen to content ## Expected Behavior Talkback does not contain layout information (if that's what it is?) like "start 100 pixels" or "end 100 pixels" that may confuse a talkback user. ## Actual Behavior Talkback announces things like "start 100 pixels" or "end 100 pixels". ## Screenshots (turn on player audio to hear talkback) https://github.com/user-attachments/assets/6496e0a0-b608-487b-bf3c-fd0f55203276 ## Environment - Library Version: 3.38.1 - Platform: Android - Device: Pixel 7 Pro - OS Version: Android 16 - Kotlin Version: [not sure, I'm on commit bed5ff58b55d961bb299bc667add6f52ce73bfed in the sample app] - Kotlin Version: [not sure, I'm on commit bed5ff58b55d961bb299bc667add6f52ce73bfed in the sample app] ## Checklist - [X] I have searched for [similar issues](https://github.com/mikepenz/multiplatform-markdown-renderer/issues) - [X] I have checked the [sample application](https://github.com/mikepenz/multiplatform-markdown-renderer/tree/develop/sample) - [X] I have read the [README](https://github.com/mikepenz/multiplatform-markdown-renderer/blob/develop/README.md) - [X] I have checked the [CHANGELOG](https://github.com/mikepenz/multiplatform-markdown-renderer/releases) - [ ] I have read the [MIGRATION GUIDE](https://github.com/mikepenz/multiplatform-markdown-renderer/blob/develop/MIGRATION.md)
Bug Description
Talkback announces things like "start X pixels" as user navigates markdown content
Steps to Reproduce
Steps to reproduce the behavior:
Expected Behavior
Talkback does not contain layout information (if that's what it is?) like "start 100 pixels" or "end 100 pixels" that may confuse a talkback user.
Actual Behavior
Talkback announces things like "start 100 pixels" or "end 100 pixels".
Screenshots (turn on player audio to hear talkback)
talkback_pixels.mp4
Environment
Checklist