Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rotorgames/rg.plugins.popup

Xamarin Forms popup plugin
https://github.com/rotorgames/rg.plugins.popup

android custom-popup ios popup uwp wp xamarin xamarin-forms

Last synced: about 8 hours ago
JSON representation

Xamarin Forms popup plugin

Awesome Lists containing this project

README

        

# Popup Page Plugin for Xamarin Forms [![Build status](https://ci.appveyor.com/api/projects/status/faktrrb31efbqq3x/branch/master?svg=true)](https://ci.appveyor.com/project/Kirill/rg-plugins-popup/branch/master) [![NuGet Downloads](https://img.shields.io/nuget/dt/Rg.Plugins.Popup.svg)](https://www.nuget.org/packages/Rg.Plugins.Popup/)
**Rg.Plugins.Popup** - is a cross platform plugin for [Xamarin.Forms](https://www.xamarin.com/forms) which allows you to open Xamarin.Forms pages as a popup that can be shared across iOS, Android, UWP, and macOS. Also the plugin allows you to use very simple and flexible animations for showing popup pages. For more information see [Wiki](https://github.com/rotorgames/Rg.Plugins.Popup/wiki)

**Warning:** Beginning with v1.1.x you must initialize this plugin and add some code in `MainActivity` that a hardware android back button works. [See Getting Started](https://github.com/rotorgames/Rg.Plugins.Popup/wiki/Getting-started)

## Setup
* Available on NuGet: https://www.nuget.org/packages/Rg.Plugins.Popup [![NuGet](https://img.shields.io/nuget/v/Rg.Plugins.Popup.svg)](https://www.nuget.org/packages/Rg.Plugins.Popup/) [![NuGet Pre Release](https://img.shields.io/nuget/vpre/Rg.Plugins.Popup.svg)](https://www.nuget.org/packages/Rg.Plugins.Popup/)
* Install into your PCL project and Client projects.
* Development NuGet: https://ci.appveyor.com/nuget/rg-plugins-popup-p6l5elugev99 [![Build status](https://ci.appveyor.com/api/projects/status/faktrrb31efbqq3x/branch/develop?svg=true)](https://ci.appveyor.com/project/Kirill/rg-plugins-popup/branch/develop)

![Landing](img/popup-landing.png)

## Support platforms

- [x] Android (monoandroid10.0)
- [x] iOS
- [x] UWP (Min Target: 10.0.18362)
- [x] Tizen
- [x] WPF
- [x] MacOS

## Documentation
You can find all descriptions of [Getting Started](https://github.com/rotorgames/Rg.Plugins.Popup/wiki/Getting-started), [How to use](https://github.com/rotorgames/Rg.Plugins.Popup/wiki/PopupPage), [Troubleshooting](https://github.com/rotorgames/Rg.Plugins.Popup/wiki/Troubleshooting) and etc in the [Wiki](https://github.com/rotorgames/Rg.Plugins.Popup/wiki)

## Created By: Kirill Lyubimov
* LinkedIn: [Kirill Lyubimov](https://www.linkedin.com/in/kirill-lyubimov-06a68712b/)
* Twitter: [@kirillrg](https://twitter.com/kirillrg)

## License

The MIT License

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.