Workaround for the Dotnet Maui Tabs ‘OnAppearing’ event
Tabs in dotnet maui have an ‘OnAppearing’ event which you would expect to be called each time a tab is activated. This however is not the case and a possible workaround is to initialize data in a static manner and pass arguments using the ‘Arguments’-construct like shown in this post : Tab1: Tab2: Tab3: Where… Read More »