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
In Voice Over, the a11y label of the entire Video, which reads "Video, zweimal tippen um Bedienelemente anzuzeigen." doesn't always get read out. In random cases, it just reads "Video".
Environment information
The simulator is a valid device as well. If all versions or devices seem to be affected, simply enter 'Any'
Library version: 8.0.0
iOS 15.5
Device: iPhone 13 Pro Max
Reproducibility
Not always reproducible.
Steps to reproduce
Focus the Video in Voice Over.
The text was updated successfully, but these errors were encountered:
A longer one which describes what the associated action does, the accessibility hint.
I suspect that an accessibility hint is only spoken the first time the control it is associated with is focused. If you namely use VoiceOver with a switch button (e.g. in the system Settings app), you can hear that the hint (usually "Double tap to toggle setting") is only spoken the first time, not after you toggle the switch without leaving the control. This is likely implemented this way to avoid unnecessary verbosity and matches what we implemented for our player view (whose controls are toggled like a switch would be).
To have the full label always spoken we would need to include the action in the accessibility label itself, which is not what Apple recommends, as labels must be short. So the situation we have, which avoids being verbose about a hint while the focus is kept on a control, seems correct to me.
Of course if you can reproduce a use case where the hint is missing while moving the control to the player view, then we might still have another bug.
Issue type
Incorrect behavior
Description of the problem
In Voice Over, the a11y label of the entire Video, which reads "Video, zweimal tippen um Bedienelemente anzuzeigen." doesn't always get read out. In random cases, it just reads "Video".
Environment information
Reproducibility
Not always reproducible.
Steps to reproduce
Focus the Video in Voice Over.
The text was updated successfully, but these errors were encountered: