You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If each view of the Page.views stack is assigned the same bottom navbar object, the bottom navbar disappears when navigating back to the previous view. If they each have their own individual bottom navbar, then bottom nav bar of each view stays visible when popping the views stack.
Additionally, is there way to prevent flickering of the bottom nav bar when navigating between screen by popping Page.views? In other words, how can we prevent bottom nav bar from redrawing when popping view? From the source code of ft.Page, it seems like page.bottom nav bar comes from the current's view's bottom navbar, so it seems impossible to prevent the rerendering of the bottom navbar when popping page.views. I hope i'm wrong.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Question
If each view of the Page.views stack is assigned the same bottom navbar object, the bottom navbar disappears when navigating back to the previous view. If they each have their own individual bottom navbar, then bottom nav bar of each view stays visible when popping the views stack.
Additionally, is there way to prevent flickering of the bottom nav bar when navigating between screen by popping Page.views? In other words, how can we prevent bottom nav bar from redrawing when popping view? From the source code of ft.Page, it seems like page.bottom nav bar comes from the current's view's bottom navbar, so it seems impossible to prevent the rerendering of the bottom navbar when popping page.views. I hope i'm wrong.
Code sample
No response
Error message
No response
------------------------------------------------------
Beta Was this translation helpful? Give feedback.
All reactions