I have created a new content page in my project and I'm trying to pop it with :
await Navigation.PopModalAsync(popout);
Before this I instance it by doing:
var popout = new PopOutPage
{
BindingContext = Res
};
and .Android gives me a CS0234 error while .iOS and .UWP show none.