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
Describe the bug
This is a tracking issue for accessibility enhancements and fixes to work on. Please add comments to this issue if there are additional issues that should be worked on and are missing from this list.
Settings
Missing heading attribute.
Toggle switches - merge semantics between text and switch to reduce swipes required.
The remaining issue with the up next queue is a result of creating a slightly customised ReorderableListView.builder. The default behaviour is to tap and hold an item and wait for the haptic feedback before moving it to its new position. This feels different to any other re-order-able view I have used before. The downside is, that it does not play well with VoiceOver or TalkBack.
I believe the solution here is to, as in other areas of the app, adapt the UI if a Anytime detects that a screen reader is enabled. This ensures we can give the optimal behaviour to the user.
If a screen reader is enabled, we should switch to the default ReorderableListView.builder that requires the tap and hold gesture. This works better with a screen reader.
Describe the bug
This is a tracking issue for accessibility enhancements and fixes to work on. Please add comments to this issue if there are additional issues that should be worked on and are missing from this list.
Settings
heading
attribute.Library
barrierLabel
- says 'scrim'.Episode list page
button
label.barrierLabel
- says 'scrim'button
attribute.barrierLabel
- says 'scrim'barrierLabel
- says 'scrim'Player window
The text was updated successfully, but these errors were encountered: