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
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).
The drawer appears correctly when initially opened and works fine during forward navigation.
However, when the user navigates back using view_pop, the drawer remains visible unexpectedly.
Once the drawer is clicked, does not appear on the same page.
After navigating to another page (either forward or backward), the drawer reappears again.
`import flet as ft
def main(page: ft.Page):
page.title = "Lazy Loader with Back Navigation"
page.theme_mode = "light"
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)`
The text was updated successfully, but these errors were encountered: