I am using the RGPopup.Maui for showing the pop-up pages in my MAUI application.
My problem is onappearing is not firing for RGPopup.Maui pop up pages.
Previously I have used Rg.Plugins.Popup in Xamarin Forms, but when I migrate to MAUI I started using the RGPopup.Maui. When I open the pop-up page the onappearing is not firing, Is it a known issue? Any solutions
I have resolved it by overridding the OnAppearingAnimationBegin method.
I am using the
RGPopup.Maui
for showing the pop-up pages in my MAUI application.My problem is onappearing is not firing for RGPopup.Maui pop up pages.
Previously I have used
Rg.Plugins.Popup
in Xamarin Forms, but when I migrate to MAUI I started using theRGPopup.Maui
. When I open the pop-up page theonappearing
is not firing, Is it a known issue? Any solutionsI have resolved it by
overridding
theOnAppearingAnimationBegin
method.