You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Configure a Media component to use "iPhoneUseNativeControls": true
On an iPhone, enable VoiceOver at Settings > Accessibility > VoiceOver.
Load the page in Safari
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.
The text was updated successfully, but these errors were encountered:
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 addcontrols="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
Steps to reproduce
"iPhoneUseNativeControls": true
Expected behaviour
You should be able to focus on the video and play it.
Actual behaviour
VoiceOver navigation skips over the video entirely.
The text was updated successfully, but these errors were encountered: