MvvmCross
MvvmCross copied to clipboard
MvxMasterDetailPage doesn't work on UWP
🐛 Bug Report
After migrated to Mvx 8.0.2 from Mvx 7.1.2, MvxMasterDetailPage doesn't work properly on UWP, in fact, master page (menu) is blank. No issue on IOS and Android
Expected behavior
Master Page should be visible.
Reproduction steps
Create a new project with MvxMasterDetailPage with some element in menu page.
Configuration
No particular configuration is needed
Version: 8.0.2
Platform:
- [ ] :iphone: iOS
- [ ] :robot: Android
- [ ] :checkered_flag: WPF
- [X] :earth_americas: UWP
- [ ] :apple: MacOS
- [ ] :tv: tvOS
- [ ] :monkey: Xamarin.Forms
I have the same problem in my app in a UWP project.
Currently experiencing the same issue.
I have the same issue. I've cloned a demo app to demonstrate the issue. The working code based on MvvmCross ~6.2.2~ 7.1.2 is here. The broken code based on MvvmCross 8.0.2 is here
UPDATE: I rev'd the MvvmCross nuget packages from 6.2.2 to 7.1.2.
If someone can point me in the right direction on how to address this issue, I can work on a PR. At the moment I'm not familiar enough with MvvMCross to know where to start. I can see the UI elements for the MasterDetailPage are rendered but they are not associated to the flyout as shown in the images below.


If someone can point me in the right direction on how to address this issue, I can work on a PR. At the moment I'm not familiar enough with MvvMCross to know where to start. I can see the UI elements for the MasterDetailPage are rendered but they are not associated to the flyout as shown in the images below.
Hi, the issue is not resolved and I don't know any workaround.
MvvmCross, any idea? Thanks
感谢,已经收到!
It is unclear from the description what you are doing. Provide a minimal repro sample and I can have a look.
Hi @Cheesebaron
I attached an example project. As you can see, in a master detail app no menu elements are visible on UWP platform. In this example I expect application show "Home" and "Contacts" opening menu tapping/clicking on hamburger menu. On IOS and Android it works, but not in UWP
So, on IOS (Android is the same):

On UWP blank menu instead:

Thank you
Sorry, wrong UWP screenshot on previous post

Hi, I cannot update to mvvmcross 8.0.2 until this issue persists. There are any news about it? Thanks
So, no solution for this issue? Thanks
No, been focusing on other stuff. If you want this resolved quicker. Create a PR and fix it yourself.