Hi everyone!
I'm developing an Android app with Xamairn.Forms. It uses a MasterDetailPage where the problem occurs.
The problem I walk into is that I can't hide the navigation bar on Android 4.1
I tried many different thinks, for example:
1 - Works for other views than a view in the MasterDetailPage
NavigationPage.SetHasNavigationBar (this, false);
2 - Android docs
https://developer.android.com/training/system-ui/navigation.html
3 - Styles.xml crashes my app when using "android:actionBarSize" on Android 4.1
true 0dp