Skip to content

[3.3.x] ActionSheet: Fix Voice Over scope & add missing accessibility labels

This merge request brings fixes to:

The Voice Over scope in the action sheet: the .isAccessibilityElement set to true in the background view was preventing Voice Over to access its subviews.

Therefore, when Voice Over was enabled, it was not able to read the accesibility labels of the subviews and nothing was read.

This merge request also adds:

Missing accessibility labels to:

  • The action sheet
  • The options navigation bar
  • The playback speed view

(Backport of !842 (merged))

Merge request reports