Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: [SD-9349] screen reader for edge android #50

Merged
merged 5 commits into from
Aug 12, 2024
Merged

Conversation

yuskhan
Copy link
Contributor

@yuskhan yuskhan commented Jul 29, 2024

Bug

Screen reader broken on Edge Android.

https://vertoinc.atlassian.net/browse/SD-9349

Cause

No voices were available when calling speechSynthesis.getVoices(), it's a bug within Edge Android itself.

https://answers.microsoft.com/en-us/microsoftedge/forum/all/text-to-speech-speech-synthesis-broken-on-mobile/f160ee1a-dd68-436e-b44b-64d1203411e7

Fix

Don't set the voice, it still works when it's null.

Copy link

cloudflare-workers-and-pages bot commented Jul 29, 2024

Deploying astral-accessibility with  Cloudflare Pages  Cloudflare Pages

Latest commit: 898193b
Status: ✅  Deploy successful!
Preview URL: https://6d62a1f9.astral-accessibility.pages.dev
Branch Preview URL: https://edge-android-reader-fix.astral-accessibility.pages.dev

View logs

@yuskhan yuskhan force-pushed the edge-android-reader-fix branch from 6ca8858 to 988a0b1 Compare July 29, 2024 19:03
@AhmedHalat AhmedHalat changed the title fix: screen reader for edge android fix: [SD-9349] screen reader for edge android Aug 12, 2024
@yuskhan yuskhan merged commit 83b04af into dev Aug 12, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants