Replies: 2 comments 1 reply
-
Please can you raise this as an issue |
Beta Was this translation helpful? Give feedback.
1 reply
-
With the closure of Issue #1120, this Discussion will also be closed. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Please follow the steps below to reproduce.
Popup is not displayed at 3.
The following exception occurs at 4.
I have uploaded the source code below.
https://github.com/cat0363/MauiComm-IssueShellPopup
Even in the same NavigatedTo event, if I make the MainPage as a NavigationPage
instead of Shell, the Popup shows up just fine.
Try changing the above code to the following.
[App.xaml.cs]
[Page1.xaml.cs]
Below are the execution results of NavigationPage and Shell respectively.
[Execution result on NavigationPage]
Android.Emulator.-.pixel_2_-_api_30_5554.2023-03-28.17-29-11.mp4
[Execution result on Shell]
Android.Emulator.-.pixel_2_-_api_30_5554.2023-03-28.17-39-22.mp4
You can't see it in the video, but in the shell case, it's throwing an exception.
Any good ideas to solve this problem? Thank you.
Beta Was this translation helpful? Give feedback.
All reactions