Good Morning,
In my application, I have a button that has the action to return to the previous page.
To perform this action to go back, I'm using the "Navigation.PopAsync () await", but using it the previous page does not fire any event.
I wonder if there is any way to use the "await Navigation.PopAsync ()" and the page where the navigation is going to shoot to load the page again?
Thank you.