microspaze / RGPopup.Maui

Popup controls for .NET MAUI migrated from Rg.Plugins.Popup for Xamarin with some fixes.
MIT License
42 stars 10 forks source link

Onappearing is not firing for RGPopup.Maui pages #1

Closed sreejith-pagematics closed 1 year ago

sreejith-pagematics commented 1 year ago

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.

microspaze commented 1 year ago

@sreejithsreenivasan139 You can try the latest version (1.0.2) , I have just fixed this bug.

https://www.nuget.org/packages/RGPopup.Maui/1.0.2