MvvmCross icon indicating copy to clipboard operation
MvvmCross copied to clipboard

MvxMasterDetailPage doesn't work on UWP

Open Antonio2103 opened this issue 3 years ago • 13 comments

🐛 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

Antonio2103 avatar Oct 29 '21 14:10 Antonio2103

I have the same problem in my app in a UWP project.

pwisk avatar Nov 08 '21 11:11 pwisk

Currently experiencing the same issue.

ccanbek89 avatar Nov 22 '21 07:11 ccanbek89

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.

gerfen avatar Nov 29 '21 19:11 gerfen

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.

image

image

gerfen avatar Dec 06 '21 20:12 gerfen

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.

image

image

Hi, the issue is not resolved and I don't know any workaround.

Antonio2103 avatar Jan 10 '22 09:01 Antonio2103

MvvmCross, any idea? Thanks

Antonio2103 avatar Jan 31 '22 09:01 Antonio2103

感谢,已经收到!

levi930 avatar Jan 31 '22 09:01 levi930

It is unclear from the description what you are doing. Provide a minimal repro sample and I can have a look.

Cheesebaron avatar Jan 31 '22 16:01 Cheesebaron

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): Simulator Screen Shot - iPhone 12 Pro - 2022-02-01 at 15 17 07

On UWP blank menu instead: Screenshot 2022-02-01 at 15 18 53

MasterDetailExample.zip

Thank you

Antonio2103 avatar Feb 01 '22 14:02 Antonio2103

Sorry, wrong UWP screenshot on previous post Screenshot 2022-02-01 at 15 34 01

Antonio2103 avatar Feb 01 '22 14:02 Antonio2103

Hi, I cannot update to mvvmcross 8.0.2 until this issue persists. There are any news about it? Thanks

Antonio2103 avatar Feb 28 '22 09:02 Antonio2103

So, no solution for this issue? Thanks

Antonio2103 avatar Apr 01 '22 07:04 Antonio2103

No, been focusing on other stuff. If you want this resolved quicker. Create a PR and fix it yourself.

Cheesebaron avatar Apr 01 '22 08:04 Cheesebaron