Is there an existing issue for this?
Current Behavior
this.ShowPopup throws System.InvalidOperationException (The Parent must be of type Microsoft.Maui.Handlers.PageHandler) when trying to open a popup from a Modal dialog with NavigationPage on iOS.
Expected Behavior
Display the popup
Steps To Reproduce
- Open and run on iOS simulator from reproduction repository
- Tap "Open Modal Dialog"
- Tap "Open Popup" and it is crashing with the exception described
Link to public reproduction project repository
https://github.com/eichbaum/maui-popupdemo-bug
Environment
- .NET MAUI CommunityToolkit: 3.1.0
- OS: net7.0-ios Microsoft.iOS 16.0.1478
- .NET MAUI: 7.0.49
Anything else?
Works fine on Android.
Is there an existing issue for this?
Current Behavior
this.ShowPopupthrowsSystem.InvalidOperationException(The Parent must be of type Microsoft.Maui.Handlers.PageHandler) when trying to open a popup from a Modal dialog with NavigationPage on iOS.Expected Behavior
Display the popup
Steps To Reproduce
Link to public reproduction project repository
https://github.com/eichbaum/maui-popupdemo-bug
Environment
Anything else?
Works fine on Android.