Popups with .NET MAUI - No Plugin / NuGet Needed!
One super common UI gesture I see time and time again in apps is a 'popup' page or control. There's a few different options out there to do this with plugins / nugget packages (MAUI Community Toolkit, Mopups, Telerik, Syncfusion), however today I'd l...
redth.codes6 min read
Prerna Mathur
@RedthThank you for this tutorial. In my case, I have a page(Example Page1) which when launched(ViewIsAppearing()) checks for a value and if it is false we show a popup. When I dismiss the popup right now it relaunches Page1 and checks again as ViewIsAppearing is relaunched on popup dismissed. Is there a way around it?