[Prism.Maui] Overlapping region do not work properly in MacOS side #2978
Replies: 1 comment
-
Your issue is a MAUI one not a Prism one. Prism does not control anything to do with the native platforms or views. If you did not have Prism Regions but instead just used the same sort of UI that you swapped out in your code behind you would see the same behavior. I would suggest that you create a sample like that and submit the issue to the MAUI team. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to initialize 3 regions in a certain area of my application. Region1 will have the entire area. Region2 and Region3 will split the area vertically.
I am initializing the region in the MainPage.xaml something like this-
Everytime I want to set view inside region, I clear all 3 regions and inject view in the preferred region.
This is working fine on Windows side. But in MacOS side, mouse click doesn't work on the view that is injected in the lower layer region.
I have attached a test project. Button in ViewA and ViewB is not working on MacOS side. Please check and let me know if there is anything I am missing.
TestPrismMauiRegion.zip
Environment Info-
.Net7
Prism.DryIoc.Maui-8.1.119-beta
Windows 10, 11
MacOS 13.3.1
Beta Was this translation helpful? Give feedback.
All reactions