Skip to content

TrueMoniker/Maui_BugDemo_ShellVisibilityOnNavigation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maui_BugDemo_ShellVisibilityOnNavigation

maui/issues/33351

While navigating back multiple pages, ie Shell.Current.GoToAsync("../.."), if I change the Shell Tab Bar visiblity, the tab bar is not visible.

Demo

  1. Run app on iOS or Android
  2. Notice the tab bar
  3. Select "Open Example" button
  4. Notice the tab bar disappeared
  5. Select Page1's "Open Example" button
  6. Select "Working - Go Back" button
  7. Notice the tab bar appeared
  8. Repeat steps 3-5.
  9. Select "Broken - Go Back" button
  10. Notice the tab bar did not appear.

Work Around

Navigate by a single page only

await Shell.Current.GoToAsync(".."); 
await Shell.Current.GoToAsync("..");

Instead of

await Shell.Current.GoToAsync("../.."); 

About

While navigating back multiple pages, ie Shell.Current.GoToAsync("../.."), if I change the Shell Tab Bar visiblity, the tab bar is not visible.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages