Replies: 2 comments 8 replies
-
do you have a small repo? I guess you do not await the popup. |
Beta Was this translation helpful? Give feedback.
8 replies
-
Closed as answered |
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
Uh oh!
There was an error while loading. Please reload this page.
-
So I have a Shell application with MVVM and it has a Items list page, NewItem page and a ItemDetail page. If you navigate to the NewItem page, enter some data but forget a field that is required then click Save there is code in the MVVM SaveItem function that pops up a MCT popup and tells the user the field that is required.
The issue is MAUI Shell does not wait for the Popup result but navigates back to the Items list page with the Popup still showing on top and the user has not even clicked his answer in the popup.
My question is how do you cancel the MAUI Shell Navigation process and stay on the NewItem page to correct the missing data?
Orgbrat
Beta Was this translation helpful? Give feedback.
All reactions