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
{{ message }}
This repository was archived by the owner on Oct 13, 2025. It is now read-only.
I'm using scrollable_positioned_list to render a list of items. When using the iPhone screen reader (VoiceOver) to navigate the app, the screen reader focus doesn't move to the item in initialScrollIndex, but jumps to an earlier item in the list. On Android (TalkBack) it works as expected.
Problem description
I'm using scrollable_positioned_list to render a list of items. When using the iPhone screen reader (VoiceOver) to navigate the app, the screen reader focus doesn't move to the item in initialScrollIndex, but jumps to an earlier item in the list. On Android (TalkBack) it works as expected.
Steps to reproduce
main.dart:
Expected behavior
VoiceOver focus should go to the item in initialScrollIndex (in this case item #50)
Actual behavior
VoiceOver focus jumps to an earlier item (item #26)
Environment
iPhone 12, iOS version 17.6.1
scrollable_test.mp4