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
I am using RGPopup.Maui-Version=1.0.2 NuGet Package to show the pop up pages on the UI and now I am facing a weird issue on a project.
When I tap on a button I need to load a pop up page but it is not loading. The same page I am able to load from another page but on a particular page I am not able to load.
I am using
RGPopup.Maui-Version=1.0.2
NuGet Package to show the pop up pages on the UI and now I am facing a weird issue on a project.When I tap on a button I need to load a pop up page but it is not loading. The same page I am able to load from another page but on a particular page I am not able to load.
I am using below code to load the pop up page:
There is no error or exception but the page it not visible on the UI.
Below is the code of my pop up page:
I have created a demo and uploaded here for the reference.
The text was updated successfully, but these errors were encountered: