Dialogs in Xamarin.Forms
Sep 9, 2018 · 3 min read
If you already have a little experience in cross-platform development with Xamarin.Forms, you probably know the problem: Navigation between different pages works very well, but there is no easy solution to display dialog boxes overlaying an active page.
Today I want to show you how you can implement this feature in your Xamarin.Forms application. I have created an example project for this purpose, which you can download from my GitHub site.
Setup
I first create a new Cross-Platform project in Visual Studio. I start without a…

