-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
flutter/engine
#9282Labels
a: accessibilityAccessibility, e.g. VoiceOver or TalkBack. (aka a11y)Accessibility, e.g. VoiceOver or TalkBack. (aka a11y)customer: mulligan (g3)platform-iosiOS applications specificallyiOS applications specificallywaiting for PR to land (fixed)A fix is in flightA fix is in flight
Milestone
Description
Try this layout. When I launch the app on iOS with voiceover on, the scroll view is focused but nothing is read aloud.
@override
Widget build(BuildContext context) {
return Center(child: SingleChildScrollView(child: Text('hello')));
}
Voiceover does read out "Possible text: hello" if you either:
- tap the scrollview
- swipe to navigate forward and then back
However I'd expect voiceover to read the contents on the initial focus when the screen appears. If I remove the scrollview, then it reads out 'hello' on launch.
This might be an iOS only issue, I haven't tried on android HW yet.
Metadata
Metadata
Assignees
Labels
a: accessibilityAccessibility, e.g. VoiceOver or TalkBack. (aka a11y)Accessibility, e.g. VoiceOver or TalkBack. (aka a11y)customer: mulligan (g3)platform-iosiOS applications specificallyiOS applications specificallywaiting for PR to land (fixed)A fix is in flightA fix is in flight