You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is after an upgrade from Xamarin to MAUI.
The nuget package for RGPopup has been changed from the Xamarin one to this one.
We are calling .UseMauiRGPopup() on the builder in MauiProgram.cs
Popup pages throughout the app have been changed to inherit from RGPopup.Maui.Pages
All popups in the app throw this error.
Please advise.
The text was updated successfully, but these errors were encountered:
Simplified example:
Upon calling
Navigation.PushPopupAsync()
the app crashes and we get this stack trace:This is after an upgrade from Xamarin to MAUI.
The nuget package for RGPopup has been changed from the Xamarin one to this one.
We are calling
.UseMauiRGPopup()
on the builder in MauiProgram.csPopup pages throughout the app have been changed to inherit from
RGPopup.Maui.Pages
All popups in the app throw this error.
Please advise.
The text was updated successfully, but these errors were encountered: