I am developing an application for Android and iOS with Xamarin Forms. So, when I open a new page I do it in the following way:
var newPage = new ContentPage (); await Navigation.PushAsync (newPage);
My question is: When you press the Back Button (either the physical button on the device or the one on the navigation bar) the page completely removed from navigation? Or what about the page?