Hi,
Why I am getting:
RemovePage is not supported globally on Android
when I try:
Navigation.RemovePage(this);
although I have this in my App.xaml.cs:
MainPage = new NavigationPage(new MainPage())
{
BarBackgroundColor = Color.White,
BarTextColor = Color.Black
};