RGPopup.Maui 1.0.3

RGPopup.Maui

Popup controls for .NET MAUI migrated from Rg.Plugins.Popup for Xamarin with some fixes.

Setup

  • Available on NuGet: RGPopup.Maui NuGet
  • Add nuget package to your project.
  • Add .UseMauiRGPopup() to your MauiApp builder.
public static class MauiProgram
{
    public static MauiApp CreateMauiApp()
    {
        var builder = MauiApp.CreateBuilder();
        builder
            .UseMauiApp<App>()
            .UseMauiRGPopup()
            .ConfigureFonts(fonts =>
            {
                fonts.AddFont("OpenSans-Regular.ttf", "OpenSansRegular");
                fonts.AddFont("OpenSans-Semibold.ttf", "OpenSansSemibold");
            });

        return builder.Build();
    }
}

Support platforms

  • Android (Migrated from Rg.Plugins.Popup)
  • iOS (Migrated from Rg.Plugins.Popup)
  • MacCatalyst (Migrated from Rg.Plugins.Popup)
  • Windows (Migrated from Mopups)

Known Issues

1.[Windows] If you need add .UseMauiCompatibility() to your app builder, then you'd better not add ContentView to the PopupPage, otherwise the subview of ContentView will not show correctly (It may be .NET MAUI's bug).

Documentation

You can find all descriptions of Getting Started, How to use, Troubleshooting and etc in the Wiki

License

The MIT License (MIT) see License file

No packages depend on RGPopup.Maui.

Fix PopupPage OnAppearing & OnDisappearing not work issue.

.NET 7.0

  • No dependencies.

.NET 7.0

  • No dependencies.

.NET 7.0

  • No dependencies.

.NET 7.0

  • No dependencies.

.NET 8.0

  • No dependencies.

.NET 8.0

  • No dependencies.

.NET 8.0

  • No dependencies.

.NET 8.0

  • No dependencies.

Version Downloads Last updated
1.1.2 0 05/27/2024
1.1.1 1 04/19/2025
1.1.0 0 05/15/2024
1.0.9 0 05/13/2024
1.0.8 1 04/19/2025
1.0.7 1 04/19/2025
1.0.6 0 04/02/2024
1.0.5 2 04/19/2025
1.0.4 3 04/18/2025
1.0.3 1 04/19/2025
1.0.2 1 04/19/2025
1.0.1 1 04/19/2025
1.0.0 0 06/27/2023