quire-io/scroll-to-index

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

mark8044 opened this issue · 1 comments

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

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