On earlier Android versions, up to 4.4 the following code in ContentPage
subclass works perfectly:
// Hide native navigation bar
NavigationPage.SetHasNavigationBar(this, false);
But on Android 5.0+ this is broken. I see an empty white bar on top of every activity! Does anybody managed to handle that?