Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Master - Detail doesn't work correctly in UWP application #9

Open
schovan opened this issue Oct 5, 2022 · 0 comments
Open

Master - Detail doesn't work correctly in UWP application #9

schovan opened this issue Oct 5, 2022 · 0 comments

Comments

@schovan
Copy link

schovan commented Oct 5, 2022

I followed the tutorial and created a master-detail page like this:

var masterDetailNav = new FreshMasterDetailNavigationContainer ();
masterDetailNav.Init ("Menu");
masterDetailNav.AddPage<ContactListPageModel> ("Contacts", null);
masterDetailNav.AddPage<QuoteListPageModel> ("Pages", null);
MainPage = masterDetailNav;

When I click to a menu item, an exception is thrown and the application crashes.

Can't change IsPresented when setting Default

It works correctly for Android.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant