Is there an existing issue for this?
Did you read the "Reporting a bug" section on Contributing file?
Current Behavior
When l'm trying to show popup using this.ShowPopup in FlyoutPage opened as modal, l'm getting System.InvalidOperationException (The Parent must be of type Microsoft.Maui.Handlers.PageHandler). I've checked this behavior on iOS and Android and it seems to be iOS issue.
Expected Behavior
Calling ShowPopup in FlyoutPage should not throw an exception
Steps To Reproduce
- Open and run on iOS simulator reproduction project;
- Tap on 'Open modal' button;
- Tap on 'click' button;
Link to public reproduction project repository
https://gitlab.com/IvanMi773/flyout-page-bug-reproduction
Environment
- .NET MAUI CommunityToolkit: 5.3.0;
- OS: macOS 13.5;
- .NET MAUI: 7.0.92;
Anything else?
Probably similar issue but for NavigationPage: #822
Is there an existing issue for this?
Did you read the "Reporting a bug" section on Contributing file?
Current Behavior
When l'm trying to show popup using
this.ShowPopupinFlyoutPageopened as modal, l'm gettingSystem.InvalidOperationException(The Parent must be of type Microsoft.Maui.Handlers.PageHandler). I've checked this behavior on iOS and Android and it seems to be iOS issue.Expected Behavior
Calling
ShowPopupinFlyoutPageshould not throw an exceptionSteps To Reproduce
Link to public reproduction project repository
https://gitlab.com/IvanMi773/flyout-page-bug-reproduction
Environment
Anything else?
Probably similar issue but for
NavigationPage: #822