Rg.Plugins.Popup 0.0.14-pre1

This is a prerelease version of Rg.Plugins.Popup.
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.14-pre1                
NuGet\Install-Package Rg.Plugins.Popup -Version 0.0.14-pre1                
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.14-pre1" />                
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.14-pre1                
#r "nuget: Rg.Plugins.Popup, 0.0.14-pre1"                
#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.14-pre1&prerelease

// Install Rg.Plugins.Popup as a Cake Tool
#tool nuget:?package=Rg.Plugins.Popup&version=0.0.14-pre1&prerelease                

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.  net9.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 (83)

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 (9)

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
Sanheiii/Mageki
一个在移动设备上模拟的音击控制器
lilcodelab/Xamarin.Plugin.Calendar
Calendar plugin for Xamarin.Forms
Version Downloads Last updated
2.1.0 1,519,549 1/30/2022
2.0.0.14 440,638 10/19/2021
2.0.0.13 271,892 9/29/2021
2.0.0.12 400,424 6/17/2021
2.0.0.11 865,292 3/25/2021
2.0.0.10 488,891 1/11/2021
2.0.0.9 82,250 12/11/2020
2.0.0.8 21,398 12/8/2020
2.0.0.7 124,875 11/16/2020
2.0.0.6 178,225 10/5/2020
2.0.0.5 90,890 9/4/2020
2.0.0.4 181,470 8/20/2020
2.0.0.3 610,735 6/5/2020
2.0.0.2 207,560 4/9/2020
2.0.0.1 7,986 4/8/2020
2.0.0 11,164 4/8/2020
1.2.0.223 1,731,798 10/4/2019
1.1.5.188 691,486 1/25/2019
1.1.5.180 10,433,805 11/25/2018
1.1.4.168 8,261,330 7/16/2018
1.1.4.158-pre 58,360 5/14/2018
1.1.4.154-pre 26,659 4/18/2018
1.1.4.145-pre 67,935 2/11/2018
1.1.4.135-beta 5,993 2/4/2018
1.1.4.129-beta 3,343 2/1/2018
1.1.3.117-beta 2,519 1/29/2018
1.1.3.73-pre 14,856 12/25/2017
1.1.1-pre 5,510 12/18/2017
1.1.0-pre5 6,787 11/25/2017
1.1.0-pre3 9,589 10/21/2017
1.1.0-pre2 27,756 5/21/2017
1.1.0-pre1 3,196 5/13/2017
1.0.4 342,176 11/23/2016
1.0.3 17,676 10/13/2016
1.0.2 3,833 10/7/2016
1.0.0-pre5 3,581 8/5/2016
1.0.0-pre3 2,887 7/29/2016
1.0.0-pre1 4,130 5/5/2016
0.0.17 9,325 6/8/2016
0.0.16 3,050 4/27/2016
0.0.15 3,512 3/26/2016
0.0.14-pre1 1,751 3/25/2016
0.0.13 2,258 3/21/2016
0.0.12 2,148 3/16/2016
0.0.11 2,082 3/14/2016
0.0.10 2,033 3/14/2016
0.0.9 2,280 2/22/2016
0.0.8 2,207 2/21/2016
0.0.6 2,080 2/21/2016
0.0.5 2,019 2/21/2016
0.0.4 2,091 2/21/2016
0.0.3 2,623 2/20/2016

-->
         [0.0.14]
         - Fix Appendix fell on ios in release mode
         [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