0

I am working on xamarin forms application.I my app first page is login after successful login I'm changing master detail page as mainpage like

    App.Current.MainPage = new MasterDetailPage();

while navigating to MasterDetailpage it is Showing white blank page.Can any one help me how to remove the white blank page.

asv
  • 33
  • 2
  • 7
  • If your page has base class `MasterDetailPage` like `public partial class MainPage : MasterDetailPage` then you should do as `Detail = new NavigationPage(new Page1());` – R15 Feb 08 '19 at 10:49
  • Check my answer here to understand how to use a [hamburger menu](https://stackoverflow.com/a/49175351/7462031) – FreakyAli Feb 08 '19 at 11:34
  • Did you create MasterDetailPage correctly ? – Leo Zhu Feb 11 '19 at 05:58
  • Did you manage to solve this? Experiencing the same issue. – KAN Apr 04 '19 at 20:09

0 Answers0