Skip to content

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

@schovan

Description

@schovan

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions