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.