Hi, im developing forms app and I need to do some stuff when the root page is reached through popAsync way, debugging popAsync event I look at StackDepth property, but is for internal use only... Do you know another way?
I'm suscribed to "popped" event in my master detail code behind
You beat me to it. I was going to say "just look at the size of the collection"
Answers
You beat me to it. I was going to say "just look at the size of the collection"
You're amazing! Don't need fight guys hahaha, this way worked for me! Thank you for your support!
@AlessandroCaliaro Thank you, For me was "App.Current.MainPage.Navigation.NavigationStack.Count", and the root page equal "1", i use it in MianActivity.