[Proposal] Show a popup over another popup on Mac #2131
Replies: 2 comments
-
I am facing the same issue opening of a popup on top of another popup on Mac. My configuration as below :
|
Beta Was this translation helpful? Give feedback.
-
In Mac Catalyst, displaying one popover over another can be tricky due to platform limitations. Mac Catalyst is designed to bridge iOS apps to macOS, but it doesn’t always support all iOS features seamlessly. However, you can work around this limitation by managing the presentation of your popovers carefully. One approach is to dismiss the first popover before presenting the second one. Alternatively, you can use a custom view controller to manage multiple popovers, ensuring they don’t overlap in a way that causes issues. On this second option, it will be mostly a feature requested, and not a bug, since currently multiple popovers is not supported in Mac Catalyst. I'm moving this to a discussion for further feedback and vote for this feature. |
Beta Was this translation helpful? Give feedback.
-
Is there an existing issue for this?
Did you read the "Reporting a bug" section on Contributing file?
Current Behavior
Currently, there is an issue preventing the opening of a popup on top of another popup on Mac.
Expected Behavior
The expected behavior is that when attempting to open a popup over another popup on Mac, it should open seamlessly with a proper anchor. The topmost popup should display as intended without any visual glitches or interference from the underlying popup.
Steps To Reproduce
Steps to Reproduce:
Link to public reproduction project repository
https://github.com/gauravK996/MauiApp4
Environment
Anything else?
Last version that worked well
.NET MAUI 7.0.101
.NET MAUI CommunityToolkit 5.3.0
Beta Was this translation helpful? Give feedback.
All reactions