BilalShahid13 / PersistentBottomNavBar

A highly customizable persistent bottom navigation bar for Flutter
BSD 3-Clause "New" or "Revised" License
528 stars 397 forks source link

Tapping on the statusbar doesn't scroll up on ios #178

Open romakononovich opened 3 years ago

romakononovich commented 3 years ago

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) )

tuanbs commented 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.

romakononovich commented 3 years ago

Yes, I agree. A very important feature.

tuanbs commented 3 years ago

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.

romakononovich commented 3 years ago

Unfortunately for me this is not a solution to the problem :(

tuanbs commented 3 years ago

@BilalShahid13 Can you please fix it as scrolling to top is quite important feature. Apologise for direct message if you're busy this time.