Replies: 1 comment
-
Here is the discussion we are having about this I definitely see the need for having values returned from popups, jury is out whether it should be built in or supplied by others |
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
-
Love the Mopup. I wish I had found it sooner. There are so many little problems with the Maui Community Toolkit Popup, such as layout stuff, showing multiple popups, and crashes.
One things I did learn to love from the Maui Community Toolkit Popup, that might be nice to see in Mopup is the Sync Push. For instance, if I want to await a result from the popup. In the Popup class there is an Object Result property that is passed when the user awaits for the dialog to close. I was able to inherit from Popup Navigation to do the same thing. Below is my MopupNavigation class that returns a bool Result. Otherwise, awesome project!
Beta Was this translation helpful? Give feedback.
All reactions