Navigation Drawer Not Visible on Backward Navigation. #4893
PNMugkesh
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Issue: Navigation Drawer Not Visible on Backward Navigation.
Description
I encountered an issue where the Navigation Drawer does not behave correctly when navigating backward using the system back button or programmatic navigation (view_pop function).
`import flet as ft
def main(page: ft.Page):
page.title = "Lazy Loader with Back Navigation"
page.theme_mode = "light"
ft.app(target=main)`
Beta Was this translation helpful? Give feedback.
All reactions