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

Video not accessible when using VoiceOver on iPhone and iPhoneUseNativeControls: true #307

Open
swashbuck opened this issue Oct 14, 2024 · 0 comments

Comments

@swashbuck
Copy link
Contributor

swashbuck commented Oct 14, 2024

Subject of the issue

The video area of the Media component cannot be navigated to with VoiceOver on iPhone when using "iPhoneUseNativeControls": true. This setting forces the use of iPhone's native controls. VoiceOver will skip over the video and go directly to the Transcript button (assuming it's enabled).

From what I can tell, all this setting does when set to true is to add controls="true" to the <video> element when viewing on iPhone.

I am not sure if this is a MediaElement.js bug, but the same issue happens with v7.0.5 in #299

Your environment

  • FW 5.41.5
  • Media 6.7.3

Steps to reproduce

  1. Configure a Media component to use "iPhoneUseNativeControls": true
  2. On an iPhone, enable VoiceOver at Settings > Accessibility > VoiceOver.
  3. Load the page in Safari
  4. Swipe forward until you come to the Media component.

Expected behaviour

You should be able to focus on the video and play it.

Actual behaviour

VoiceOver navigation skips over the video entirely.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant