How can I create a custom dialog/popup in Xamarin Forms, that works with Prism's navigation?
Prism supports an IPageDialogService which is great, but doesn't allow customization of the content of that dialog.
I'd like to have a simple ok/cancel popup that allows various UI controls (ie, entry fields, radio buttons, etc). I tried incorporating the Rg.Plugins.Popup but it requires you use a their PopupNavigation service, and I'd rather avoid using different navigation patterns.