Quantcast
Channel: Xamarin.Forms — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 58056

Android 4.1 hide navigation bar

$
0
0

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

Viewing all articles
Browse latest Browse all 58056

Trending Articles