So I have an app that has a LoginPage which is a simple NavigationPage and after the credentials are validated I have a TabbedPage as a MenuPage and when I want to log out it dosen`t do anything, here is my code:
private async void ButtonLogout_Pressed(object sender, EventArgs e) { await Navigation.PopAsync(); }
I also tried PopToRootAsync