You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Build the latest source code of main and display Popup on iOS.
The content of the page from which the Popup is displayed disappears when the Popup is displayed.
iPhone.14.iOS.16.4.2023-09-19.12-33-56.mp4
The following warning message is output when displaying the popup.
[Presentation] Presenting view controller <CommunityToolkit_Maui_Core_Views_MauiPopup: 0x7f97cff7b010> from detached view controller <Microsoft_Maui_Platform_PageViewController: 0x7f97cffa0590> is discouraged.
The above warning message occurs in the following locations.
I was hoping that the content of the page from which the Popup was displayed would not disappear when the Popup was displayed, and that the Popup would be displayed as intended.
Steps To Reproduce
The steps to reproduce are as follows.
Launch apps uploaded to GitHub on iOS
Press the Show button
In step 2, the content of the page from which the Popup is displayed will disappear at the same time the Popup is displayed.
Please use the latest source code of main to reproduce.
Is there an existing issue for this?
Did you read the "Reporting a bug" section on Contributing file?
Current Behavior
Build the latest source code of main and display Popup on iOS.
The content of the page from which the Popup is displayed disappears when the Popup is displayed.
iPhone.14.iOS.16.4.2023-09-19.12-33-56.mp4
The following warning message is output when displaying the popup.
The above warning message occurs in the following locations.
[src\CommunityToolkit.Maui.Core\Views\Popup\MauiPopup.macios.cs]
Expected Behavior
I was hoping that the content of the page from which the Popup was displayed would not disappear when the Popup was displayed, and that the Popup would be displayed as intended.
Steps To Reproduce
The steps to reproduce are as follows.
In step 2, the content of the page from which the Popup is displayed will disappear at the same time the Popup is displayed.
Please use the latest source code of main to reproduce.
Link to public reproduction project repository
https://github.com/cat0363/MauiComm-IssuePopupSizePosition.git
Environment
Anything else?
No response