public App() { var page = new ScanDevicePage(); NavigationPage.SetHasNavigationBar(page, false); var navPage = new NavigationPage(page); MainPage = navPage; #if __IOS__ navPage.BarBackgroundColor = AppColors.Blue; navPage.BarTextColor = Color.White; #endif // The root page of your application //MainPage = navPage; }