scroll-to-index icon indicating copy to clipboard operation
scroll-to-index copied to clipboard

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

Open mark8044 opened this issue 2 years ago • 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 avatar Dec 30 '21 22:12 mark8044

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

lucien144 avatar Feb 18 '22 14:02 lucien144