Open romakononovich opened 3 years ago
I have the same issue, cannot scroll up tapping status bar. Please fix as it’s quite important feature. Thanks in advance.
Yes, I agree. A very important feature.
It seems like all contributors of this plugin have been busy and not able to response to the issues. My temporary solution to this scroll-to-top issue is to use the plugin flutter_scroll_to_top. Hope this issue will be fixed in the next version. If you guys know any better solution please share it. Thanks in advance.
Unfortunately for me this is not a solution to the problem :(
@BilalShahid13 Can you please fix it as scrolling to top is quite important feature. Apologise for direct message if you're busy this time.
If you open a new screen together with a navbar, then scrolling up the list after tap on the status bar does not work. (
pushNewScreen(context, screen: SecondScreen(), withNavBar: true)
)BUT if you open the screen WITHOUT a navbar, then scrolling works. (
pushNewScreen(context, screen: SecondScreen(), withNavBar: false)
)