Closed fushihara closed 6 months ago
I fixed this in a fork (https://github.com/mark8044/PersistentBottomNavBar/tree/fix-scrolltotop), I also submitted a PR https://github.com/BilalShahid13/PersistentBottomNavBar/pull/295, but I think the package author is MIA. So for now you can use my fork and it should work
Looks like this was merged (THANK YOU!) so this should get closed @fushihara
@mark8044 thankyou!
https://user-images.githubusercontent.com/1039534/172230767-237ca38c-015d-4c01-9c0f-df5977a3093b.mov
I know that PrimaryScrollController is important. The ability to move the ScrollView to the top of the screen when the status bar in iOS is touched does not work via PersistentBottomNavBar.
In the first half of the video, ScreenA moves ScrollView to the top when the status bar is clicked without any problem. In the second half of the video, then, the ScrollView of ScreenB_Sub is not responding in ScreenB_Base when the status bar is clicked.
Please tell me how to fix it with just the _ScreenB_Base or _ScreenB_BaseState class for the convenience of existing code.