-
Notifications
You must be signed in to change notification settings - Fork 30.4k
Setting accessibility Focus via code #147402
Copy link
Copy link
Closed
Labels
in triagePresently being triaged by the triage teamPresently being triaged by the triage teamwaiting for responseThe Flutter team cannot make further progress on this issue until the original reporter respondsThe Flutter team cannot make further progress on this issue until the original reporter responds
Metadata
Metadata
Assignees
Labels
in triagePresently being triaged by the triage teamPresently being triaged by the triage teamwaiting for responseThe Flutter team cannot make further progress on this issue until the original reporter respondsThe Flutter team cannot make further progress on this issue until the original reporter responds
Type
Fields
Give feedbackNo fields configured for issues without a type.
Steps to reproduce
focusable widget with FocusNode
button that request focus at first widget on callback.
Expected results
Accessibility focus moves to first widget
Actual results
Accessibility focus moves to first widget only once at Android and not moves any at iOS.
Additionally when we have two pair of focusable widget and button to request focus then on Android we can request focus at button1, button2, button1, button2 - and it works. iOS not work
Code sample
Code sample
Screenshots or Video
Screenshots / Video demonstration
[Upload media here]
Logs
Logs
[Paste your logs here]Flutter Doctor output
Doctor output