Android TalkBack Accessibility Issue – Unwanted Style Announcement [closed]

18 hours ago 4
ARTICLE AD BOX

While testing with TalkBack (Android), a label is announced as:

“start 14px bold color black background white font family serif Medical”

Instead of simply:

“Medical”

Observation:

TalkBack is picking up visual styling information instead of meaningful content. A screen reader user should only hear something like:

“Medical” (or “Medical, heading” if it’s a heading)

<strong data-bind="html: Label">Medical</strong>
Read Entire Article