Closed arthurrump closed 7 years ago
The HamburgerMenu actually tries to match the pageParameter... But in v1.1.12, the one that's on NuGet, it matches the pageParameter to both the value ánd null, then selects the first one, which is the one being null. It's fixed in master, though. Workaround: set the pageParameter to ~me for the main one.
There's a draft. What to do next?
[20170706] Aaaand don't forget:
The navigation/hamburger issues might be best solved by using a custom NavigationService and HamburgerMenu (maybe with the one from UWP Community Toolkit, which doesn't have build in navigation).