quire-io / scroll-to-index

scroll to index with fixed/variable row height inside Flutter scrollable widget
MIT License
510 stars 104 forks source link

Tap top bar to scroll to top stops working when using this on iOS #82

Open mark8044 opened 2 years ago

mark8044 commented 2 years ago

On iOS devices, when you tap the very top of the screen, the top status bar, it will scroll the visible listview or scrollview back to the top.

When using this that function stops working.

Otherwise, it seems to be working well

lucien144 commented 2 years ago

@mark8044 This _controller?.parentController = PrimaryScrollController.of(context)! seems like a working solution.