Maui
Maui copied to clipboard
[BUG] Popup - Size is not respected in Landscape mode on iOS
Is there an existing issue for this?
- [X] I have searched the existing issues
Current Behavior
The Size property of a Popup is not respected when using an iOS device in Landscape mode and popups always take up the full size of the screen.
Expected Behavior
The Size property should be respected and popups should be sizeable rather than full screen when using iOS in Landscape mode.
Steps To Reproduce
- Open and run solution
- Click button to display popup
- Notice size is respected.
- Close Popup
- Switch to landscape mode
- Click button to display popup
- Popup uses full screen
Link to public reproduction project repository
https://github.com/jfversluis/MauiToolkitPopupSample
Environment
- .NET MAUI CommunityToolkit: 1.3.0
- OS: Windows 10 + Ventura 13 (M1)
- .NET MAUI: 6
Anything else?

Fixed in https://github.com/CommunityToolkit/Maui/pull/1320
@brminnick It isn't fixed. Opened a new bug https://github.com/CommunityToolkit/Maui/issues/1604
Seems that might not have been fixed yet, let's reopen to have another look
This issue has been fixed. I tested it using the latest version. Please find attached screenshots of the popup maintaining the position when rotate the device. For the reason mentioned previously, I'm closing this issue.