Skip to content

Conversation

@samglt
Copy link
Contributor

@samglt samglt commented Sep 26, 2025

Fixes #1733

This adds an invisible voiceover-only button to the VideoPlayer which toggles the overlay and keeps it visible rather than fading it out in a couple seconds. I also simplified setPlaybackControlsVisibility since I noticed some redundant ifs and stuff

@JPKribs JPKribs added enhancement New feature or request accessibility Settings, changes, or issues to assist with accessibility labels Sep 26, 2025
Copy link
Member

@LePips LePips left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since this is mostly the start of introducing more complex accessibility elements, I'm going to think about how to do it foundationally so that we don't have to refactor it all in the future.

We shouldn't be introducing new accessibility_ functions just for it, but rather enhance the architectures (in this case, the video player). We may find that while working on accessibility features, it allows us to clean up the general case.

@samglt
Copy link
Contributor Author

samglt commented Sep 28, 2025

In terms of general accessibility elements, if I come up with some thoughts worth posting I'll put them in the Help Wanted discussion.

@JPKribs JPKribs added iOS Impacts iOS or iPadOS accessibility Settings, changes, or issues to assist with accessibility and removed accessibility Settings, changes, or issues to assist with accessibility enhancement New feature or request labels Oct 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

accessibility Settings, changes, or issues to assist with accessibility iOS Impacts iOS or iPadOS

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[iOS] Player overlay not accessible from VoiceOver

3 participants