Skip to content

Conversation

@samglt
Copy link
Contributor

@samglt samglt commented Sep 26, 2025

#1737

This hides the backdrop image in item views from VO, gives the logo images accessibility labels, and disables OCR on poster images.

For some reason the logo images sometimes still got their text read out even though I tried ignoring their contents with accessibilityElement(), so I've hidden them since the navigation title already contains the item's title anyway.

Demo:

less.repetition.mov

@JPKribs JPKribs added bug Something isn't working iOS Impacts iOS or iPadOS accessibility Settings, changes, or issues to assist with accessibility labels Sep 26, 2025
.backport
.matchedTransitionSource(id: "item", in: namespace)
.posterShadow()
.accessibilityElement(children: .ignore)
Copy link
Member

@LePips LePips Sep 28, 2025

Choose a reason for hiding this comment

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

We're gonna have to think more about how to properly set PosterButton, as there are a variety of states we have to consider where this direct ignore may not be correct.

  • when Show poster labels is disabled, the title text is hidden from the label. Instead, an abbreviated title is shown on the poster in the placeholder/failure state.
  • overlay elements like watched, progress, and favorited

@JPKribs JPKribs removed the bug Something isn't working label 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.

3 participants