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

MasterDetailPage crashes on Android when using NavigationPage

$
0
0

Hi,

I have an app that displays a Login page (a ContentPage) inside a NavigationPage. After the user logs in, she gets another ContentPage where the user will select a role (buyer or seller) and then finally depending on that selection the user will be redirected to one of two different MasterDetail pages, one from sellers and one for buyers with the different options she can take inside the app.

The problem is that when I call:

await this.Navigation.PushAsync(new SellerMasterDetailPage(this.SellerMasterDetailViewModel));

The app crashes. This thread from two months ago reports the same issues:

http://forums.xamarin.com/discussion/18655/master-detail-with-navigation-page-has-issues

Are there any plans to fix this? Any workarounds? I tried what is explained on that thread, but the app crashed when navigating from the MasterDetail to the Login page, without giving much information.

Regards,
Vicente


Viewing all articles
Browse latest Browse all 58056

Trending Articles