Rg.Plugins.Popup 0.0.15

There is a newer version of this package available.
See the version list below for details.
dotnet add package Rg.Plugins.Popup --version 0.0.15
NuGet\Install-Package Rg.Plugins.Popup -Version 0.0.15
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Rg.Plugins.Popup" Version="0.0.15" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Rg.Plugins.Popup --version 0.0.15
#r "nuget: Rg.Plugins.Popup, 0.0.15"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Rg.Plugins.Popup as a Cake Addin
#addin nuget:?package=Rg.Plugins.Popup&version=0.0.15

// Install Rg.Plugins.Popup as a Cake Tool
#tool nuget:?package=Rg.Plugins.Popup&version=0.0.15

Plugin for Xamarin forms. Allows you to open any page as a popup.

Support only Android and iOS

Product Compatible and additional computed target framework versions.
.NET net6.0-android was computed.  net7.0-android was computed.  net8.0-android was computed. 
MonoAndroid monoandroid is compatible. 
MonoTouch monotouch is compatible. 
Xamarin.iOS xamarinios is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (84)

Showing the top 5 NuGet packages that depend on Rg.Plugins.Popup:

Package Downloads
Prism.Plugin.Popups

Prism Forms Plugin to provide Popup Navigation working with the Rg.Plugins.Popup library

SheshaMobile.Core

Common application functionality and features to be shared across the framework

UIAtoms.Xamarin.Forms

UI Atoms for Xamarin Forms, includes, AtomToggleButtonBar, AtomGridView

WebAtoms.Xamarin.Forms

Web Atoms for Xamarin Forms, Hot Reloading of Live Apps with TypeScript and TSX

XF.Material

A Xamarin.Forms library for Xamarin.Android and Xamarin.iOS to implement Google's Material Design.

GitHub repositories (10)

Showing the top 5 popular GitHub repositories that depend on Rg.Plugins.Popup:

Repository Stars
Baseflow/XF-Material-Library
A Xamarin Forms library for implementing Material Design
microsoft/SmartHotel360-Mobile
SmartHotel360 Mobile
egbakou/WhatsAppUI
WhatsApp UI in Xamarin.Forms
lilcodelab/Xamarin.Plugin.Calendar
Calendar plugin for Xamarin.Forms
Sanheiii/Mageki
一个在移动设备上模拟的音击控制器
Version Downloads Last updated
2.1.0 1,246,977 1/30/2022
2.0.0.14 397,600 10/19/2021
2.0.0.13 259,008 9/29/2021
2.0.0.12 377,167 6/17/2021
2.0.0.11 783,099 3/25/2021
2.0.0.10 461,668 1/11/2021
2.0.0.9 76,045 12/11/2020
2.0.0.8 20,402 12/8/2020
2.0.0.7 120,959 11/16/2020
2.0.0.6 171,484 10/5/2020
2.0.0.5 88,858 9/4/2020
2.0.0.4 177,532 8/20/2020
2.0.0.3 566,361 6/5/2020
2.0.0.2 201,976 4/9/2020
2.0.0.1 7,680 4/8/2020
2.0.0 10,456 4/8/2020
1.2.0.223 1,659,582 10/4/2019
1.1.5.188 664,275 1/25/2019
1.1.5.180 9,525,151 11/25/2018
1.1.4.168 7,612,892 7/16/2018
1.1.4.158-pre 57,814 5/14/2018
1.1.4.154-pre 26,443 4/18/2018
1.1.4.145-pre 66,062 2/11/2018
1.1.4.135-beta 5,819 2/4/2018
1.1.4.129-beta 3,181 2/1/2018
1.1.3.117-beta 2,314 1/29/2018
1.1.3.73-pre 14,552 12/25/2017
1.1.1-pre 5,331 12/18/2017
1.1.0-pre5 6,619 11/25/2017
1.1.0-pre3 9,378 10/21/2017
1.1.0-pre2 27,344 5/21/2017
1.1.0-pre1 3,002 5/13/2017
1.0.4 335,513 11/23/2016
1.0.3 16,982 10/13/2016
1.0.2 3,625 10/7/2016
1.0.0-pre5 3,400 8/5/2016
1.0.0-pre3 2,726 7/29/2016
1.0.0-pre1 3,970 5/5/2016
0.0.17 9,061 6/8/2016
0.0.16 2,842 4/27/2016
0.0.15 3,342 3/26/2016
0.0.14-pre1 1,612 3/25/2016
0.0.13 2,098 3/21/2016
0.0.12 1,974 3/16/2016
0.0.11 1,899 3/14/2016
0.0.10 1,908 3/14/2016
0.0.9 2,085 2/22/2016
0.0.8 2,031 2/21/2016
0.0.6 1,926 2/21/2016
0.0.5 1,855 2/21/2016
0.0.4 1,933 2/21/2016
0.0.3 2,450 2/20/2016

-->
         [0.0.15]
         - Add support Link All in android
         [0.0.14]
         - Fix the app crash on ios in release mode and add support Link All in iOS
         [0.0.13]
         - Fix ItemSelected did not work in ListView on ios
         [0.0.12]
         - Fix Popup not working if there was an open modal page.
         - Renamed PopAllAsync in PopAll, since this method is not async
         [0.0.11]
         - Fix It does not throw an exception if an error occurred in the Popup Navigation.Pop Async
         - Fix Renamed class names and methods that have been misspelled.
         [0.0.10]
         - Fix Demo not open after clone in git
         - Add PopupPage close on backgroind click
         - Make PopupPageRendere public modifier
         [0.0.9]
         - Fix Android Keyboard not hided when entry unfocused
         [0.0.8]
         - Fix Android Hide keyboard when popup open or close
         - Fix iOS Moved popup when keyboard showed
         [0.0.6]
         - Add SystemPadding
         [0.0.5]
         - Fix Android PopupPage do not update layout in AppCompat