mikepenz/multiplatform-markdown-renderer

Talkback announces non-meaningful content (e.g. "start X pixels") as user navigates markdown content

開放

#507 建立於 2026年2月6日

 (3 則留言) (0 個反應) (0 位負責人)Kotlin (84 個分叉)github user discovery
help wanted

倉庫指標

星標
 (1,049 顆星)
PR 合併指標
 (平均合併 2天 12小時) (30 天內合併 12 個 PR)

描述

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

貢獻者指南