
How to create a custom Popup in xamarin with mvvm mvvmcross?
Introduction To display pop-ups in Xamarin cross-platform apps, developers frequently use a [Dialog/Alert/Interaction] Service. If we need to display an information message or ask the user simple questions with positive and negative replies, this method is appropriate and clean. But what if we require a more complex UX, such as a login experience? As Xamarin…