-
Notifications
You must be signed in to change notification settings - Fork 5
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
Support 200% zoom in media player on mobile devices #596
Labels
investigation
Related research work
Comments
This problem is potentially less critical on iPhones, as the user only needs to be able to click play, and then controls are accessible from the native player? |
Merged
Looks good! |
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
For accessibility purposes, it is recommended to support up to 200% zoom (see WCAG criterion 1.4.4). Although this criterion specifically mentions resizability of text, it makes sense that controls also need to be available at 200% zoom.
Using 200% zoom in the browser, we find that controls are lost from Ramp's media player element on mobile devices in both Safari and Chrome.
Potential solutions:
Done Looks Like
200% zoom in Safari on iPhone 15 (not a mini):
200% zoom (4 notches larger) in Chrome on iPhone 15 (not a mini):
200% zoom (4 notches larger) in Chrome on Galaxy s24:
The text was updated successfully, but these errors were encountered: