mark8044

Results 80 comments of mark8044

> I only have done some testing but haven't done extensive testing on iOS mainly due to the fact that I own neither a Mac nor an iPhone. Honestly, I...

Hi, so I'm not sure what the way to fix this problem, but I made my own Cupertino based navigation bar and the scroll to top works perfectly across multiple...

An update I was using bottom nav layout like this: ``` return BottomNavLayout( // The app's destinations pages: [ (navKey) => Navigator( key: navKey, initialRoute: "/", onGenerateRoute: (routeSettings) => MaterialPageRoute(...

> Interesting find. I am going to have to look more deeper into how scroll controllers work. May I ask, are you using scroll controllers for another purpose than simply...

@m-azyoksul Do you think this is the solution? https://medium.com/@suhw4n/flutter-tab-to-scroll-top-on-nested-navigation-b176cc759921

> Assuming it is the cause of the problem, the problem makes more sense. It seem a bit to complicated. I can see how you came across this problem and...

I CAN CONFIRM the fix works 👍 I will leave this here for anyone else who has such a problem. What I did was place your framework into a stateful...

@m-azyoksul Ok just an update, the issue has to do at its core with an outer `Scaffold` accepting all the clicks on the top bar, I converted the `Scaffold` to...

> That is a bit out of the scope of the library, have you had a look at this? > > https://pub.dev/packages/scrolls_to_top > > Also, I’m not sure if you...

> Just curious, now that the issue with primaryscrollcontrollers is fixed, why don’t you just use that? PrimaryScrollController has this built in with the status bar taps scrolling it to...