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

Issue with NavigationPage.SetHasNavigationBar

$
0
0

When I navigate to a page with NavigationPage.SetHasNavigationBar(this, false); and go back there is a gap on the bottom with the size of the navigation bar. This bug only appears only on iOS. Android works normal.

public partial class SearchPage : ContentPage {
    public SearchPage()
    {
        NavigationPage.SetHasNavigationBar(this, false);
        InitializeComponent();
    }
}

Viewing all articles
Browse latest Browse all 91519

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>