Skip to content

Shows a workaround for the Dotnet Maui tabs OnAppearing bub

Notifications You must be signed in to change notification settings

stephandeckers/maui_tab_argument

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tabs in dotnet maui have an 'OnAppearing' event which you would expect to be called each time a tab is activated and it would be an ideal candidate to support initialisation. This however is not the case and a possible workaround is to initialize data in a static manner and pass arguments using the '<x:Arguments>' construct

links:

Github issue : dotnet/maui#9531
Pass arguments : https://learn.microsoft.com/en-us/dotnet/maui/xaml/pass-arguments?view=net-maui-6.0

About

Shows a workaround for the Dotnet Maui tabs OnAppearing bub

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages