MAUI: Onappearing is not firing for RGPopup.Maui pages

Sreejith Sreenivasan 896 Reputation points
2023-09-12T16:22:38.69+00:00

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

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,411 questions
{count} votes

Accepted answer
  1. Leon Lu (Shanghai Wicresoft Co,.Ltd.) 74,491 Reputation points Microsoft Vendor
    2023-09-14T05:53:33.3+00:00

    Hello,

    You can report this issue in the RGPopup.Maui's github page.

    Here is a workaround, you can override the OnAppearingAnimationEnd or the OnAppearingAnimationBegin method. Move your code from OnAppearing method to them.

    Best Regards,

    Leon Lu


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.