Bug Description
1. Summary
Loading my app via webview and activating VoiceView causes repeating of text in button, alt text in images and multiple places
aria-describedby is ignored even though Speak Described By is turned on in Settings > Accessibility > VoiceView > Verbosity
App Name:
App Link on Amazon Appstore (found through Developer Console → Actions column in App List → View on Amazon.com):
Bug Severity
Select one that applies
- Impacts operation of app
- Blocks current development
- Improvement suggestion
- Issue with documentation (If selected, please share the doc link and describe the issue)
- Other
2. Steps to Reproduce
Turn on VoiceViewNavigate to a button with text or the button has aria-labelledby pointing to a div containing image with alt textNavigate to a button with aria-describedby
3. Observed Behavior
Explain what actually happened, noting any discrepancies or malfunctions.
TTS will repeat the text in the button. aria-describedby is not read. Example "Play Play button"
4. Expected Behavior
Describe what you expected the SDK to do under normal operation.
TTS will not repeat the text in the button and aria-describedby is read. Example "Play button, This is a test"
4.a Possible Root Cause & Temporary Workaround
Fill out anything you have tried. If you don’t know, N/A is acceptable
N/A
5. Logs or crash report
N/A
6. Environment
Please fill out the fields related to your bug below:
-
SDK Version: 0.22.6006
-
App State:
Foreground -
OS Information:
################################################## ##### Welcome to Developer mode Shell ##### ################################################## sh(com.amazon.dev.shell):/$ cat /etc/os-release NAME="OS" OE_VERSION="4.0.0" OS_MAJOR_VERSION="1" OS_MINOR_VERSION="1" RELEASE_ID="14" OS_VERSION="1.1" BRANCH_CODE="TV Ship day60" BUILD_DESC="OS 1.1 (TV Ship day60/4458)" BUILD_FINGERPRINT="4.0.207586.0(3072cab629675a74)/4458N:user-external/release-keys" BUILD_VARIANT="user-external" BUILD_TAGS="release-keys" BUILD_DATE="Wed Feb 04 19:00:08 UTC 2026" BUILD_TIMESTAMP="1770231608" VERSION_NUMBER="1401010445850"
7. Example Code Snippet / Screenshots / Screengrabs
N/A
Additional Context
Any Additional Context you would like to provide?
Add any other relevant information, such as recent updates to the SDK, dependencies, or device OS that may affect the bug.
N/A
