I have created a new MAUI .NET 8 project and migrated the Xamarin forms project code.
I used Controls.UserDialogs.Maui 1.5.4 version Nuget package. But the Loading and Alert not working without any exceptions,
Controls.UserDialogs.Maui.UserDialogs.Instance.Loading();
I just followed all their instructions, but the functionality is still not working.
I added the following code in the MauiProgram.cs file,
UseUserDialogs()
When tried to run the project with the iOS(17.4) simulator with Jetbrains Rider, does anyone have any idea how to resolve this issue?
3