docs: optimize docs for SEO

This commit is contained in:
Daniel Sogl
2026-03-21 17:08:43 -07:00
parent d892dda497
commit 1a351b50f4
263 changed files with 4918 additions and 2564 deletions
+7
View File
@@ -1,3 +1,10 @@
---
description: >-
Browse over 250 Cordova plugin wrappers for Ionic with TypeScript support.
Each plugin includes installation instructions, supported platforms, and usage
documentation.
---
# Plugins
Browse the full list of available plugin wrappers in the sidebar. Each plugin page includes:
+19 -10
View File
@@ -1,19 +1,28 @@
---
description: >-
ABBYY Real-Time Recognition plugin for Cordova and Ionic. This plugin allows to use the Text Capture and Data Capture features of ABBYY Real-Time Recognition…
---
# ABBYY Real-Time Recognition
```
$ ionic cordova plugin add cordova-plugin-abbyy-rtr-sdk
$ npm install @awesome-cordova-plugins/abbyy-rtr
```
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/abbyy-rtr/)
Plugin Repo: [https://github.com/abbyysdk/RTR-SDK.Cordova](https://github.com/abbyysdk/RTR-SDK.Cordova)
This plugin allows to use the Text Capture and Data Capture features of
ABBYY Real-Time Recognition SDK (RTR SDK) in apps.
## Supported platforms
## Installation
```bash
ionic cordova plugin add cordova-plugin-abbyy-rtr-sdk
npm install @awesome-cordova-plugins/abbyy-rtr
```
**Plugin Repo:** [https://github.com/abbyysdk/RTR-SDK.Cordova](https://github.com/abbyysdk/RTR-SDK.Cordova)
## Supported Platforms
- Android
- iOS
## Further Information
- [Installation Guide](../../installation.md)
- [FAQ](../../faq.md)
+19 -10
View File
@@ -1,19 +1,24 @@
---
description: >-
Action Sheet plugin for Cordova and Ionic. The ActionSheet plugin shows a native list of options the user can choose from. Requires Cordova plugin:…
---
# Action Sheet
```
$ ionic cordova plugin add cordova-plugin-actionsheet
$ npm install @awesome-cordova-plugins/action-sheet
```
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/action-sheet/)
Plugin Repo: [https://github.com/EddyVerbruggen/cordova-plugin-actionsheet](https://github.com/EddyVerbruggen/cordova-plugin-actionsheet)
The ActionSheet plugin shows a native list of options the user can choose from.
Requires Cordova plugin: `cordova-plugin-actionsheet`. For more info, please see the [ActionSheet plugin docs](https://github.com/EddyVerbruggen/cordova-plugin-actionsheet).
## Supported platforms
## Installation
```bash
ionic cordova plugin add cordova-plugin-actionsheet
npm install @awesome-cordova-plugins/action-sheet
```
**Plugin Repo:** [https://github.com/EddyVerbruggen/cordova-plugin-actionsheet](https://github.com/EddyVerbruggen/cordova-plugin-actionsheet)
## Supported Platforms
- Android
- Browser
@@ -21,3 +26,7 @@ Requires Cordova plugin: `cordova-plugin-actionsheet`. For more info, please see
- Windows
- Windows Phone 8
## Further Information
- [Installation Guide](../../installation.md)
- [FAQ](../../faq.md)
+19 -10
View File
@@ -1,20 +1,29 @@
---
description: >-
Adjust plugin for Cordova and Ionic. This is the Ionic Cordova SDK of Adjust™. You can read more about Adjust™ at adjust.com. Requires Cordova plugin:…
---
# Adjust
```
$ ionic cordova plugin add com.adjust.sdk
$ npm install @awesome-cordova-plugins/adjust
```
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/adjust/)
Plugin Repo: [https://github.com/adjust/cordova_sdk](https://github.com/adjust/cordova_sdk)
This is the Ionic Cordova SDK of Adjust™. You can read more about Adjust™ at adjust.com.
Requires Cordova plugin: `com.adjust.sdk`. For more info, please see the [Adjust Cordova SDK](https://github.com/adjust/cordova_sdk)
## Supported platforms
## Installation
```bash
ionic cordova plugin add com.adjust.sdk
npm install @awesome-cordova-plugins/adjust
```
**Plugin Repo:** [https://github.com/adjust/cordova_sdk](https://github.com/adjust/cordova_sdk)
## Supported Platforms
- Android
- iOS
## Further Information
- [Installation Guide](../../installation.md)
- [FAQ](../../faq.md)
+19 -10
View File
@@ -1,18 +1,27 @@
---
description: >-
AdMob Plus plugin for Cordova and Ionic. AdMob Plus is the successor of cordova-plugin-admob-free, which provides a cleaner API and build with modern tools.
---
# AdMob Plus
```
$ ionic cordova plugin add cordova-admob-plus
$ npm install @awesome-cordova-plugins/admob-plus
```
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/admob-plus/)
Plugin Repo: [https://github.com/admob-plus/admob-plus](https://github.com/admob-plus/admob-plus)
AdMob Plus is the successor of cordova-plugin-admob-free, which provides a cleaner API and build with modern tools.
## Supported platforms
## Installation
```bash
ionic cordova plugin add cordova-admob-plus
npm install @awesome-cordova-plugins/admob-plus
```
**Plugin Repo:** [https://github.com/admob-plus/admob-plus](https://github.com/admob-plus/admob-plus)
## Supported Platforms
- Android
- iOS
## Further Information
- [Installation Guide](../../installation.md)
- [FAQ](../../faq.md)
+19 -10
View File
@@ -1,21 +1,30 @@
---
description: >-
AdMob Pro plugin for Cordova and Ionic. Plugin for Google Ads, including AdMob / DFP (DoubleClick for publisher) and mediations to other Ad networks.…
---
# AdMob Pro
```
$ ionic cordova plugin add cordova-plugin-admobpro
$ npm install @awesome-cordova-plugins/admob-pro
```
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/admob-pro/)
Plugin Repo: [https://github.com/floatinghotpot/cordova-admob-pro](https://github.com/floatinghotpot/cordova-admob-pro)
Plugin for Google Ads, including AdMob / DFP (DoubleClick for publisher) and mediations to other Ad networks.
IMPORTANT NOTICE: this plugin takes a percentage out of your earnings if you profit more than $1,000. Read more about this on the plugin's repo. For a completely free alternative, see [AdMobPro Free](../admob-free).
## Supported platforms
## Installation
```bash
ionic cordova plugin add cordova-plugin-admobpro
npm install @awesome-cordova-plugins/admob-pro
```
**Plugin Repo:** [https://github.com/floatinghotpot/cordova-admob-pro](https://github.com/floatinghotpot/cordova-admob-pro)
## Supported Platforms
- Android
- iOS
- Windows Phone 8
## Further Information
- [Installation Guide](../../installation.md)
- [FAQ](../../faq.md)
+19 -10
View File
@@ -1,14 +1,10 @@
---
description: >-
AdMob plugin for Cordova and Ionic. Most complete Admob plugin with support for [Tappx](http://www.tappx.com/?h=dec334d63287772de859bdb4e977fce6) ads.…
---
# AdMob
```
$ ionic cordova plugin add cordova-admob
$ npm install @awesome-cordova-plugins/admob
```
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/admob/)
Plugin Repo: [https://github.com/appfeel/admob-google-cordova](https://github.com/appfeel/admob-google-cordova)
Most complete Admob plugin with support for [Tappx](http://www.tappx.com/?h=dec334d63287772de859bdb4e977fce6) ads.
Monetize your apps and games with AdMob ads, using latest Google AdMob SDK. With this plugin you can show AdMob ads easily!
@@ -18,9 +14,22 @@ Supports:**
- Rewarded ads
- [Tappx](http://www.tappx.com/?h=dec334d63287772de859bdb4e977fce6) ads
## Supported platforms
## Installation
```bash
ionic cordova plugin add cordova-admob
npm install @awesome-cordova-plugins/admob
```
**Plugin Repo:** [https://github.com/appfeel/admob-google-cordova](https://github.com/appfeel/admob-google-cordova)
## Supported Platforms
- Android
- iOS
- Browser
## Further Information
- [Installation Guide](../../installation.md)
- [FAQ](../../faq.md)
+19 -10
View File
@@ -1,18 +1,27 @@
---
description: >-
AdvancedImagePicker plugin for Cordova and Ionic. This Cordova Plugin is for a better (multiple) ImagePicker with more options.
---
# AdvancedImagePicker
```
$ ionic cordova plugin add cordova-plugin-advanced-imagepicker
$ npm install @awesome-cordova-plugins/advanced-image-picker
```
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/advanced-image-picker/)
Plugin Repo: [https://github.com/EinfachHans/cordova-plugin-advanced-imagepicker](https://github.com/EinfachHans/cordova-plugin-advanced-imagepicker)
This Cordova Plugin is for a better (multiple) ImagePicker with more options.
## Supported platforms
## Installation
```bash
ionic cordova plugin add cordova-plugin-advanced-imagepicker
npm install @awesome-cordova-plugins/advanced-image-picker
```
**Plugin Repo:** [https://github.com/EinfachHans/cordova-plugin-advanced-imagepicker](https://github.com/EinfachHans/cordova-plugin-advanced-imagepicker)
## Supported Platforms
- Android
- iOS
## Further Information
- [Installation Guide](../../installation.md)
- [FAQ](../../faq.md)
+19 -10
View File
@@ -1,20 +1,29 @@
---
description: >-
AES256 plugin for Cordova and Ionic. This cordova ionic plugin allows you to perform AES 256 encryption and decryption on the plain text. It's a…
---
# AES256
```
$ ionic cordova plugin add cordova-plugin-aes256-encryption
$ npm install @awesome-cordova-plugins/aes-256
```
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/aes-256/)
Plugin Repo: [https://github.com/Ideas2IT/cordova-aes256](https://github.com/Ideas2IT/cordova-aes256)
This cordova ionic plugin allows you to perform AES 256 encryption and decryption on the plain text.
It's a cross-platform plugin which supports both Android and iOS.
The encryption and decryption are performed on the device native layer so that the performance is much faster.
## Supported platforms
## Installation
```bash
ionic cordova plugin add cordova-plugin-aes256-encryption
npm install @awesome-cordova-plugins/aes-256
```
**Plugin Repo:** [https://github.com/Ideas2IT/cordova-aes256](https://github.com/Ideas2IT/cordova-aes256)
## Supported Platforms
- Android
- iOS
## Further Information
- [Installation Guide](../../installation.md)
- [FAQ](../../faq.md)
+19 -10
View File
@@ -1,18 +1,27 @@
---
description: >-
Airship plugin for Cordova and Ionic. This plugin does something
---
# Airship
```
$ ionic cordova plugin add @ua/cordova-airship
$ npm install @awesome-cordova-plugins/airship
```
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/airship/)
Plugin Repo: [https://www.npmjs.com/package/@ua/cordova-airship](https://www.npmjs.com/package/@ua/cordova-airship)
This plugin does something
## Supported platforms
## Installation
```bash
ionic cordova plugin add @ua/cordova-airship
npm install @awesome-cordova-plugins/airship
```
**Plugin Repo:** [https://www.npmjs.com/package/@ua/cordova-airship](https://www.npmjs.com/package/@ua/cordova-airship)
## Supported Platforms
- Android
- iOS
## Further Information
- [Installation Guide](../../installation.md)
- [FAQ](../../faq.md)
+19 -10
View File
@@ -1,21 +1,30 @@
---
description: >-
AllInOneSDK plugin for Cordova and Ionic. Paytm All-in-One SDK plugin for Cordova/Ionic Applications Paytm All-in-One SDK provides a swift, secure and…
---
# AllInOneSDK
```
$ ionic cordova plugin add cordova-paytm-allinonesdk
$ npm install @awesome-cordova-plugins/all-in-one-sdk
```
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/all-in-one-sdk/)
Plugin Repo: [https://github.com/paytm/paytm-allinonesdk-ionic-cordova.git](https://github.com/paytm/paytm-allinonesdk-ionic-cordova.git)
Paytm All-in-One SDK plugin for Cordova/Ionic Applications
Paytm All-in-One SDK provides a swift, secure and seamless payment experience to your users by invoking the Paytm app (if installed on your users smartphone) to complete payment for your order.
Paytm All-in-One SDK enables payment acceptance via Paytm wallet, Paytm Payments Bank, saved Debit/Credit cards, Net Banking, BHIM UPI and EMI as available in your customers Paytm account. If Paytm app is not installed on a customer's device, the transaction will be processed via web view within the All-in-One SDK.
For more information about Paytm All-in-One SDK, please visit https://developer.paytm.com/docs/all-in-one-sdk/hybrid-apps/cordova/
## Supported platforms
## Installation
```bash
ionic cordova plugin add cordova-paytm-allinonesdk
npm install @awesome-cordova-plugins/all-in-one-sdk
```
**Plugin Repo:** [https://github.com/paytm/paytm-allinonesdk-ionic-cordova.git](https://github.com/paytm/paytm-allinonesdk-ionic-cordova.git)
## Supported Platforms
- Android
- iOS
## Further Information
- [Installation Guide](../../installation.md)
- [FAQ](../../faq.md)
+19 -10
View File
@@ -1,18 +1,27 @@
---
description: >-
Analytics Firebase plugin for Cordova and Ionic. Google Analytics Firebase plugin for Ionic Native apps.
---
# Analytics Firebase
```
$ ionic cordova plugin add cordova-plugin-analytics
$ npm install @awesome-cordova-plugins/analytics-firebase
```
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/analytics-firebase/)
Plugin Repo: [https://github.com/appfeel/analytics-google](https://github.com/appfeel/analytics-google)
Google Analytics Firebase plugin for Ionic Native apps.
## Supported platforms
## Installation
```bash
ionic cordova plugin add cordova-plugin-analytics
npm install @awesome-cordova-plugins/analytics-firebase
```
**Plugin Repo:** [https://github.com/appfeel/analytics-google](https://github.com/appfeel/analytics-google)
## Supported Platforms
- Android
- iOS
## Further Information
- [Installation Guide](../../installation.md)
- [FAQ](../../faq.md)
+19 -10
View File
@@ -1,19 +1,28 @@
---
description: >-
Android ExoPlayer plugin for Cordova and Ionic. Cordova media player plugin using Google's ExoPlayer framework. https://github.com/google/ExoPlayer
---
# Android ExoPlayer
```
$ ionic cordova plugin add cordova-plugin-exoplayer
$ npm install @awesome-cordova-plugins/android-exoplayer
```
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/android-exoplayer/)
Plugin Repo: [https://github.com/frontyard/cordova-plugin-exoplayer](https://github.com/frontyard/cordova-plugin-exoplayer)
Cordova media player plugin using Google's ExoPlayer framework.
https://github.com/google/ExoPlayer
## Supported platforms
## Installation
```bash
ionic cordova plugin add cordova-plugin-exoplayer
npm install @awesome-cordova-plugins/android-exoplayer
```
**Plugin Repo:** [https://github.com/frontyard/cordova-plugin-exoplayer](https://github.com/frontyard/cordova-plugin-exoplayer)
## Supported Platforms
- Android
## Further Information
- [Installation Guide](../../installation.md)
- [FAQ](../../faq.md)
+19 -10
View File
@@ -1,19 +1,28 @@
---
description: >-
Android Full Screen plugin for Cordova and Ionic. This plugin enables developers to offer users a true full screen experience in their Cordova and PhoneGap…
---
# Android Full Screen
```
$ ionic cordova plugin add cordova-plugin-fullscreen
$ npm install @awesome-cordova-plugins/android-full-screen
```
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/android-full-screen/)
Plugin Repo: [https://github.com/mesmotronic/cordova-plugin-fullscreen](https://github.com/mesmotronic/cordova-plugin-fullscreen)
This plugin enables developers to offer users a true full screen experience in their Cordova and PhoneGap apps for Android.
Using Android 4.0+, you can use true full screen in "lean mode", the way you see in apps like YouTube, expanding the app right to the edges of the screen, hiding the status and navigation bars until the user next interacts. This is ideally suited to video or cut-scene content.
In Android 4.4+, however, you can now enter true full screen, fully interactive immersive mode. In this mode, your app will remain in true full screen until you choose otherwise; users can swipe down from the top of the screen to temporarily display the system UI.
## Supported platforms
## Installation
```bash
ionic cordova plugin add cordova-plugin-fullscreen
npm install @awesome-cordova-plugins/android-full-screen
```
**Plugin Repo:** [https://github.com/mesmotronic/cordova-plugin-fullscreen](https://github.com/mesmotronic/cordova-plugin-fullscreen)
## Supported Platforms
- Android
## Further Information
- [Installation Guide](../../installation.md)
- [FAQ](../../faq.md)
+19 -10
View File
@@ -1,19 +1,28 @@
---
description: >-
Android Notch plugin for Cordova and Ionic. This plugin enables developers to get the cutout and android devices inset sizes It is based on the cordova plugin…
---
# Android Notch
```
$ ionic cordova plugin add cordova-plugin-android-notch
$ npm install @awesome-cordova-plugins/android-notch
```
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/android-notch/)
Plugin Repo: [https://github.com/tobspr/cordova-plugin-android-notch.git](https://github.com/tobspr/cordova-plugin-android-notch.git)
This plugin enables developers to get the cutout and android devices inset sizes
It is based on the cordova plugin developed by @tobspr: https://github.com/tobspr/cordova-plugin-android-notch
This plugin works on all android versions, but we can only detect notches starting from Android 9.
## Supported platforms
## Installation
```bash
ionic cordova plugin add cordova-plugin-android-notch
npm install @awesome-cordova-plugins/android-notch
```
**Plugin Repo:** [https://github.com/tobspr/cordova-plugin-android-notch.git](https://github.com/tobspr/cordova-plugin-android-notch.git)
## Supported Platforms
- Android
## Further Information
- [Installation Guide](../../installation.md)
- [FAQ](../../faq.md)
+19 -10
View File
@@ -1,19 +1,28 @@
---
description: >-
Android Permissions plugin for Cordova and Ionic. This plugin is designed to support Android new permissions checking mechanism. You can find all permissions…
---
# Android Permissions
```
$ ionic cordova plugin add cordova-plugin-android-permissions
$ npm install @awesome-cordova-plugins/android-permissions
```
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/android-permissions/)
Plugin Repo: [https://github.com/NeoLSN/cordova-plugin-android-permissions](https://github.com/NeoLSN/cordova-plugin-android-permissions)
This plugin is designed to support Android new permissions checking mechanism.
You can find all permissions here: https://developer.android.com/reference/android/Manifest.permission.html
## Supported platforms
## Installation
```bash
ionic cordova plugin add cordova-plugin-android-permissions
npm install @awesome-cordova-plugins/android-permissions
```
**Plugin Repo:** [https://github.com/NeoLSN/cordova-plugin-android-permissions](https://github.com/NeoLSN/cordova-plugin-android-permissions)
## Supported Platforms
- Android
## Further Information
- [Installation Guide](../../installation.md)
- [FAQ](../../faq.md)
+19 -10
View File
@@ -1,18 +1,27 @@
---
description: >-
Anyline plugin for Cordova and Ionic. Anyline provides an easy-to-use SDK for applications to enable Optical Character Recognition (OCR) on mobile devices.
---
# Anyline
```
$ ionic cordova plugin add io-anyline-cordova
$ npm install @awesome-cordova-plugins/anyline
```
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/anyline/)
Plugin Repo: [https://github.com/Anyline/anyline-ocr-cordova-module](https://github.com/Anyline/anyline-ocr-cordova-module)
Anyline provides an easy-to-use SDK for applications to enable Optical Character Recognition (OCR) on mobile devices.
## Supported platforms
## Installation
```bash
ionic cordova plugin add io-anyline-cordova
npm install @awesome-cordova-plugins/anyline
```
**Plugin Repo:** [https://github.com/Anyline/anyline-ocr-cordova-module](https://github.com/Anyline/anyline-ocr-cordova-module)
## Supported Platforms
- Android
- iOS
## Further Information
- [Installation Guide](../../installation.md)
- [FAQ](../../faq.md)
+19 -10
View File
@@ -1,20 +1,29 @@
---
description: >-
App Availability plugin for Cordova and Ionic. This plugin allows you to check if an app is installed on the user's device. It requires an URI Scheme (e.g.…
---
# App Availability
```
$ ionic cordova plugin add cordova-plugin-appavailability
$ npm install @awesome-cordova-plugins/app-availability
```
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/app-availability/)
Plugin Repo: [https://github.com/ohh2ahh/AppAvailability](https://github.com/ohh2ahh/AppAvailability)
This plugin allows you to check if an app is installed on the user's device. It requires an URI Scheme (e.g. twitter://) on iOS or a Package Name (e.g com.twitter.android) on Android.
Requires Cordova plugin: cordova-plugin-appavailability. For more info, please see the [AppAvailability plugin docs](https://github.com/ohh2ahh/AppAvailability).
## Supported platforms
## Installation
```bash
ionic cordova plugin add cordova-plugin-appavailability
npm install @awesome-cordova-plugins/app-availability
```
**Plugin Repo:** [https://github.com/ohh2ahh/AppAvailability](https://github.com/ohh2ahh/AppAvailability)
## Supported Platforms
- Android
- iOS
## Further Information
- [Installation Guide](../../installation.md)
- [FAQ](../../faq.md)
+19 -10
View File
@@ -1,14 +1,10 @@
---
description: >-
App Center Analytics plugin for Cordova and Ionic. App Center Analytics helps you understand user behavior and customer engagement to improve your app. The…
---
# App Center Analytics
```
$ ionic cordova plugin add cordova-plugin-appcenter-analytics
$ npm install @awesome-cordova-plugins/app-center-analytics
```
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/app-center-analytics/)
Plugin Repo: [https://github.com/Microsoft/appcenter-sdk-cordova/tree/master/cordova-plugin-appcenter-analytics](https://github.com/Microsoft/appcenter-sdk-cordova/tree/master/cordova-plugin-appcenter-analytics)
App Center Analytics helps you understand user behavior and customer engagement to improve your app.
The SDK automatically captures session count and device properties like model, OS version, etc.
You can define your own custom events to measure things that matter to you.
@@ -16,8 +12,21 @@ All the information captured is available in the App Center portal for you to an
For more info, please see https://docs.microsoft.com/en-us/appcenter/sdk/analytics/cordova
## Supported platforms
## Installation
```bash
ionic cordova plugin add cordova-plugin-appcenter-analytics
npm install @awesome-cordova-plugins/app-center-analytics
```
**Plugin Repo:** [https://github.com/Microsoft/appcenter-sdk-cordova/tree/master/cordova-plugin-appcenter-analytics](https://github.com/Microsoft/appcenter-sdk-cordova/tree/master/cordova-plugin-appcenter-analytics)
## Supported Platforms
- Android
- iOS
## Further Information
- [Installation Guide](../../installation.md)
- [FAQ](../../faq.md)
+19 -10
View File
@@ -1,14 +1,10 @@
---
description: >-
App Center Crashes plugin for Cordova and Ionic. App Center Analytics helps you understand user behavior and customer engagement to improve your app. The SDK…
---
# App Center Crashes
```
$ ionic cordova plugin add cordova-plugin-appcenter-crashes
$ npm install @awesome-cordova-plugins/app-center-crashes
```
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/app-center-crashes/)
Plugin Repo: [https://github.com/Microsoft/appcenter-sdk-cordova/tree/master/cordova-plugin-appcenter-crashes](https://github.com/Microsoft/appcenter-sdk-cordova/tree/master/cordova-plugin-appcenter-crashes)
App Center Analytics helps you understand user behavior and customer engagement to improve your app.
The SDK automatically captures session count and device properties like model, OS version, etc.
You can define your own custom events to measure things that matter to you.
@@ -16,8 +12,21 @@ All the information captured is available in the App Center portal for you to an
For more info, please see https://docs.microsoft.com/en-us/appcenter/sdk/crashes/cordova
## Supported platforms
## Installation
```bash
ionic cordova plugin add cordova-plugin-appcenter-crashes
npm install @awesome-cordova-plugins/app-center-crashes
```
**Plugin Repo:** [https://github.com/Microsoft/appcenter-sdk-cordova/tree/master/cordova-plugin-appcenter-crashes](https://github.com/Microsoft/appcenter-sdk-cordova/tree/master/cordova-plugin-appcenter-crashes)
## Supported Platforms
- Android
- iOS
## Further Information
- [Installation Guide](../../installation.md)
- [FAQ](../../faq.md)
+19 -10
View File
@@ -1,19 +1,28 @@
---
description: >-
App Center Low Memory plugin for Cordova and Ionic. Generates a low memory warning. For more info, please see:…
---
# App Center Low Memory
```
$ ionic cordova plugin add https://github.com/Microsoft/appcenter-sdk-cordova/tree/master/cordova-plugin-appcenter-generate-low-memory
$ npm install @awesome-cordova-plugins/app-center-low-memory
```
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/app-center-low-memory/)
Plugin Repo: [https://github.com/Microsoft/appcenter-sdk-cordova/tree/master/cordova-plugin-appcenter-generate-low-memory](https://github.com/Microsoft/appcenter-sdk-cordova/tree/master/cordova-plugin-appcenter-generate-low-memory)
Generates a low memory warning.
For more info, please see: https://github.com/Microsoft/appcenter-sdk-cordova/tree/master/cordova-plugin-appcenter-generate-low-memory
## Supported platforms
## Installation
```bash
ionic cordova plugin add https://github.com/Microsoft/appcenter-sdk-cordova/tree/master/cordova-plugin-appcenter-generate-low-memory
npm install @awesome-cordova-plugins/app-center-low-memory
```
**Plugin Repo:** [https://github.com/Microsoft/appcenter-sdk-cordova/tree/master/cordova-plugin-appcenter-generate-low-memory](https://github.com/Microsoft/appcenter-sdk-cordova/tree/master/cordova-plugin-appcenter-generate-low-memory)
## Supported Platforms
- Android
- iOS
## Further Information
- [Installation Guide](../../installation.md)
- [FAQ](../../faq.md)
+19 -10
View File
@@ -1,18 +1,27 @@
---
description: >-
App Center Push plugin for Cordova and Ionic. For more info, please see https://docs.microsoft.com/en-us/appcenter/sdk/push/cordova
---
# App Center Push
```
$ ionic cordova plugin add cordova-plugin-appcenter-push
$ npm install @awesome-cordova-plugins/app-center-push
```
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/app-center-push/)
Plugin Repo: [https://github.com/Microsoft/appcenter-sdk-cordova/tree/master/cordova-plugin-appcenter-push](https://github.com/Microsoft/appcenter-sdk-cordova/tree/master/cordova-plugin-appcenter-push)
For more info, please see https://docs.microsoft.com/en-us/appcenter/sdk/push/cordova
## Supported platforms
## Installation
```bash
ionic cordova plugin add cordova-plugin-appcenter-push
npm install @awesome-cordova-plugins/app-center-push
```
**Plugin Repo:** [https://github.com/Microsoft/appcenter-sdk-cordova/tree/master/cordova-plugin-appcenter-push](https://github.com/Microsoft/appcenter-sdk-cordova/tree/master/cordova-plugin-appcenter-push)
## Supported Platforms
- Android
- iOS
## Further Information
- [Installation Guide](../../installation.md)
- [FAQ](../../faq.md)
+19 -10
View File
@@ -1,20 +1,29 @@
---
description: >-
App Center Shared plugin for Cordova and Ionic. Exposes additional shared APIs for App Center. For more info, please see…
---
# App Center Shared
```
$ ionic cordova plugin add cordova-plugin-appcenter-shared
$ npm install @awesome-cordova-plugins/app-center-shared
```
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/app-center-shared/)
Plugin Repo: [https://github.com/Microsoft/appcenter-sdk-cordova/tree/master/cordova-plugin-appcenter-shared](https://github.com/Microsoft/appcenter-sdk-cordova/tree/master/cordova-plugin-appcenter-shared)
Exposes additional shared APIs for App Center.
For more info, please see https://docs.microsoft.com/en-us/appcenter/sdk/other-apis/cordova
## Supported platforms
## Installation
```bash
ionic cordova plugin add cordova-plugin-appcenter-shared
npm install @awesome-cordova-plugins/app-center-shared
```
**Plugin Repo:** [https://github.com/Microsoft/appcenter-sdk-cordova/tree/master/cordova-plugin-appcenter-shared](https://github.com/Microsoft/appcenter-sdk-cordova/tree/master/cordova-plugin-appcenter-shared)
## Supported Platforms
- Android
- iOS
## Further Information
- [Installation Guide](../../installation.md)
- [FAQ](../../faq.md)
+19 -10
View File
@@ -1,17 +1,22 @@
---
description: >-
App Preferences plugin for Cordova and Ionic. This plugin allows you to read and write app preferences
---
# App Preferences
```
$ ionic cordova plugin add cordova-plugin-app-preferences
$ npm install @awesome-cordova-plugins/app-preferences
```
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/app-preferences/)
Plugin Repo: [https://github.com/apla/me.apla.cordova.app-preferences](https://github.com/apla/me.apla.cordova.app-preferences)
This plugin allows you to read and write app preferences
## Supported platforms
## Installation
```bash
ionic cordova plugin add cordova-plugin-app-preferences
npm install @awesome-cordova-plugins/app-preferences
```
**Plugin Repo:** [https://github.com/apla/me.apla.cordova.app-preferences](https://github.com/apla/me.apla.cordova.app-preferences)
## Supported Platforms
- Android
- BlackBerry 10
@@ -21,3 +26,7 @@ This plugin allows you to read and write app preferences
- Windows 8
- Windows Phone
## Further Information
- [Installation Guide](../../installation.md)
- [FAQ](../../faq.md)
+19 -10
View File
@@ -1,22 +1,31 @@
---
description: >-
App Rate plugin for Cordova and Ionic. The AppRate plugin makes it easy to prompt the user to rate your app, either now, later, or never. Requires Cordova…
---
# App Rate
```
$ ionic cordova plugin add cordova-plugin-apprate
$ npm install @awesome-cordova-plugins/app-rate
```
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/app-rate/)
Plugin Repo: [https://github.com/pushandplay/cordova-plugin-apprate](https://github.com/pushandplay/cordova-plugin-apprate)
The AppRate plugin makes it easy to prompt the user to rate your app, either now, later, or never.
Requires Cordova plugin: cordova-plugin-apprate. For more info, please see the [AppRate plugin docs](https://github.com/pushandplay/cordova-plugin-apprate).
## Supported platforms
## Installation
```bash
ionic cordova plugin add cordova-plugin-apprate
npm install @awesome-cordova-plugins/app-rate
```
**Plugin Repo:** [https://github.com/pushandplay/cordova-plugin-apprate](https://github.com/pushandplay/cordova-plugin-apprate)
## Supported Platforms
- Android
- BlackBerry 10
- iOS
- Windows
## Further Information
- [Installation Guide](../../installation.md)
- [FAQ](../../faq.md)
+19 -10
View File
@@ -1,18 +1,27 @@
---
description: >-
App Review plugin for Cordova and Ionic. Cordova plugin to review app
---
# App Review
```
$ ionic cordova plugin add cordova-plugin-app-review
$ npm install @awesome-cordova-plugins/app-review
```
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/app-review/)
Plugin Repo: [https://github.com/chemerisuk/cordova-plugin-app-review](https://github.com/chemerisuk/cordova-plugin-app-review)
Cordova plugin to review app
## Supported platforms
## Installation
```bash
ionic cordova plugin add cordova-plugin-app-review
npm install @awesome-cordova-plugins/app-review
```
**Plugin Repo:** [https://github.com/chemerisuk/cordova-plugin-app-review](https://github.com/chemerisuk/cordova-plugin-app-review)
## Supported Platforms
- Android
- iOS
## Further Information
- [Installation Guide](../../installation.md)
- [FAQ](../../faq.md)
+19 -10
View File
@@ -1,21 +1,30 @@
---
description: >-
App Version plugin for Cordova and Ionic. Reads the version of your app from the target build settings. Requires Cordova plugin:…
---
# App Version
```
$ ionic cordova plugin add cordova-plugin-app-version
$ npm install @awesome-cordova-plugins/app-version
```
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/app-version/)
Plugin Repo: [https://github.com/whiteoctober/cordova-plugin-app-version](https://github.com/whiteoctober/cordova-plugin-app-version)
Reads the version of your app from the target build settings.
Requires Cordova plugin: `cordova-plugin-app-version`. For more info, please see the [Cordova App Version docs](https://github.com/whiteoctober/cordova-plugin-app-version).
## Supported platforms
## Installation
```bash
ionic cordova plugin add cordova-plugin-app-version
npm install @awesome-cordova-plugins/app-version
```
**Plugin Repo:** [https://github.com/whiteoctober/cordova-plugin-app-version](https://github.com/whiteoctober/cordova-plugin-app-version)
## Supported Platforms
- Android
- iOS
- Windows
## Further Information
- [Installation Guide](../../installation.md)
- [FAQ](../../faq.md)
+19 -10
View File
@@ -1,17 +1,26 @@
---
description: >-
Apple Wallet plugin for Cordova and Ionic. A Cordova plugin that enables users from Add Payment Cards to their Apple Wallet.
---
# Apple Wallet
```
$ ionic cordova plugin add cordova-apple-wallet
$ npm install @awesome-cordova-plugins/apple-wallet
```
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/apple-wallet/)
Plugin Repo: [https://github.com/tomavic/cordova-apple-wallet](https://github.com/tomavic/cordova-apple-wallet)
A Cordova plugin that enables users from Add Payment Cards to their Apple Wallet.
## Supported platforms
## Installation
```bash
ionic cordova plugin add cordova-apple-wallet
npm install @awesome-cordova-plugins/apple-wallet
```
**Plugin Repo:** [https://github.com/tomavic/cordova-apple-wallet](https://github.com/tomavic/cordova-apple-wallet)
## Supported Platforms
- iOS
## Further Information
- [Installation Guide](../../installation.md)
- [FAQ](../../faq.md)
+19 -10
View File
@@ -1,18 +1,27 @@
---
description: >-
Applovin plugin for Cordova and Ionic. This plugin allows you to easily configure, integrate and interact with Applovin ads.
---
# Applovin
```
$ ionic cordova plugin add cordova-plugin-applovin-max
$ npm install @awesome-cordova-plugins/applovin
```
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/applovin/)
Plugin Repo: [https://github.com/AppLovin/AppLovin-MAX-Cordova](https://github.com/AppLovin/AppLovin-MAX-Cordova)
This plugin allows you to easily configure, integrate and interact with Applovin ads.
## Supported platforms
## Installation
```bash
ionic cordova plugin add cordova-plugin-applovin-max
npm install @awesome-cordova-plugins/applovin
```
**Plugin Repo:** [https://github.com/AppLovin/AppLovin-MAX-Cordova](https://github.com/AppLovin/AppLovin-MAX-Cordova)
## Supported Platforms
- Android
- iOS
## Further Information
- [Installation Guide](../../installation.md)
- [FAQ](../../faq.md)
+19 -10
View File
@@ -1,14 +1,10 @@
---
description: >-
HTTP plugin for Cordova and Ionic. Cordova / Phonegap plugin for communicating with HTTP servers. Supports iOS and Android. Advantages over Javascript…
---
# HTTP
```
$ ionic cordova plugin add @approov/cordova-plugin-advanced-http
$ npm install @awesome-cordova-plugins/approov-advanced-http
```
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/approov-advanced-http/)
Plugin Repo: [https://github.com/approov/quickstart-cordova-advancedhttp](https://github.com/approov/quickstart-cordova-advancedhttp)
Cordova / Phonegap plugin for communicating with HTTP servers. Supports iOS and Android.
Advantages over Javascript requests:
@@ -19,8 +15,21 @@ Advantages over Javascript requests:
Note: This plugin extends the pre-existing [cordova-advanced-http-plugin](https://github.com/silkimen/cordova-plugin-advanced-http),
we have only added approov functionality on top of it. All credit goes to the actual plugin developer.
## Supported platforms
## Installation
```bash
ionic cordova plugin add @approov/cordova-plugin-advanced-http
npm install @awesome-cordova-plugins/approov-advanced-http
```
**Plugin Repo:** [https://github.com/approov/quickstart-cordova-advancedhttp](https://github.com/approov/quickstart-cordova-advancedhttp)
## Supported Platforms
- Android
- iOS
## Further Information
- [Installation Guide](../../installation.md)
- [FAQ](../../faq.md)
+19 -10
View File
@@ -1,18 +1,27 @@
---
description: >-
Appsflyer plugin for Cordova and Ionic. Appsflyer Cordova SDK support for Attribution
---
# Appsflyer
```
$ Add to config.xml like stated on github and then start
$ npm install @awesome-cordova-plugins/appsflyer
```
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/appsflyer/)
Plugin Repo: [https://github.com/AppsFlyerSDK/cordova-plugin-appsflyer-sdk](https://github.com/AppsFlyerSDK/cordova-plugin-appsflyer-sdk)
Appsflyer Cordova SDK support for Attribution
## Supported platforms
## Installation
```bash
Add to config.xml like stated on github and then start
npm install @awesome-cordova-plugins/appsflyer
```
**Plugin Repo:** [https://github.com/AppsFlyerSDK/cordova-plugin-appsflyer-sdk](https://github.com/AppsFlyerSDK/cordova-plugin-appsflyer-sdk)
## Supported Platforms
- iOS
- Android
## Further Information
- [Installation Guide](../../installation.md)
- [FAQ](../../faq.md)
+19 -10
View File
@@ -1,18 +1,27 @@
---
description: >-
Audio Management plugin for Cordova and Ionic. A Cordova plugin to manage volume of audio streams for: ring, music, notification and system. Possible ringer…
---
# Audio Management
```
$ ionic cordova plugin add clovelced-plugin-audiomanagement
$ npm install @awesome-cordova-plugins/audio-management
```
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/audio-management/)
Plugin Repo: [https://github.com/clovelCed/cordova-plugin-audiomanagement](https://github.com/clovelCed/cordova-plugin-audiomanagement)
A Cordova plugin to manage volume of audio streams for: ring, music, notification and system. Possible
ringer values for those streams are: silent, vibrate and normal.
## Supported platforms
## Installation
```bash
ionic cordova plugin add clovelced-plugin-audiomanagement
npm install @awesome-cordova-plugins/audio-management
```
**Plugin Repo:** [https://github.com/clovelCed/cordova-plugin-audiomanagement](https://github.com/clovelCed/cordova-plugin-audiomanagement)
## Supported Platforms
- Android
## Further Information
- [Installation Guide](../../installation.md)
- [FAQ](../../faq.md)
+19 -10
View File
@@ -1,19 +1,28 @@
---
description: >-
Background Fetch plugin for Cordova and Ionic. iOS Background Fetch Implementation. See: https://developer.apple.com/reference/uikit/uiapplication#1657399 iOS…
---
# Background Fetch
```
$ ionic cordova plugin add cordova-plugin-background-fetch
$ npm install @awesome-cordova-plugins/background-fetch
```
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/background-fetch/)
Plugin Repo: [https://github.com/transistorsoft/cordova-plugin-background-fetch](https://github.com/transistorsoft/cordova-plugin-background-fetch)
iOS Background Fetch Implementation. See: https://developer.apple.com/reference/uikit/uiapplication#1657399
iOS Background Fetch is basically an API which wakes up your app about every 15 minutes (during the user's prime-time hours) and provides your app exactly 30s of background running-time. This plugin will execute your provided callbackFn whenever a background-fetch event occurs. There is no way to increase the rate which a fetch-event occurs and this plugin sets the rate to the most frequent possible value of UIApplicationBackgroundFetchIntervalMinimum -- iOS determines the rate automatically based upon device usage and time-of-day (ie: fetch-rate is about ~15min during prime-time hours; less frequently when the user is presumed to be sleeping, at 3am for example).
For more detail, please see https://github.com/transistorsoft/cordova-plugin-background-fetch
## Supported platforms
## Installation
```bash
ionic cordova plugin add cordova-plugin-background-fetch
npm install @awesome-cordova-plugins/background-fetch
```
**Plugin Repo:** [https://github.com/transistorsoft/cordova-plugin-background-fetch](https://github.com/transistorsoft/cordova-plugin-background-fetch)
## Supported Platforms
- iOS
## Further Information
- [Installation Guide](../../installation.md)
- [FAQ](../../faq.md)
+19 -10
View File
@@ -1,19 +1,28 @@
---
description: >-
Background Geolocation plugin for Cordova and Ionic. This plugin provides foreground and background geolocation with battery-saving "circular region…
---
# Background Geolocation
```
$ ionic cordova plugin add @mauron85/cordova-plugin-background-geolocation
$ npm install @awesome-cordova-plugins/background-geolocation
```
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/background-geolocation/)
Plugin Repo: [https://github.com/mauron85/cordova-plugin-background-geolocation](https://github.com/mauron85/cordova-plugin-background-geolocation)
This plugin provides foreground and background geolocation with battery-saving "circular region monitoring" and "stop detection". For
more detail, please see https://github.com/mauron85/cordova-plugin-background-geolocation
## Supported platforms
## Installation
```bash
ionic cordova plugin add @mauron85/cordova-plugin-background-geolocation
npm install @awesome-cordova-plugins/background-geolocation
```
**Plugin Repo:** [https://github.com/mauron85/cordova-plugin-background-geolocation](https://github.com/mauron85/cordova-plugin-background-geolocation)
## Supported Platforms
- Android
- iOS
## Further Information
- [Installation Guide](../../installation.md)
- [FAQ](../../faq.md)
+19 -10
View File
@@ -1,18 +1,23 @@
---
description: >-
Background Mode plugin for Cordova and Ionic. Cordova plugin to prevent the app from going to sleep while in background. Requires Cordova plugin:…
---
# Background Mode
```
$ ionic cordova plugin add cordova-plugin-background-mode
$ npm install @awesome-cordova-plugins/background-mode
```
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/background-mode/)
Plugin Repo: [https://github.com/katzer/cordova-plugin-background-mode](https://github.com/katzer/cordova-plugin-background-mode)
Cordova plugin to prevent the app from going to sleep while in background.
Requires Cordova plugin: cordova-plugin-background-mode. For more info about plugin, visit: https://github.com/katzer/cordova-plugin-background-mode
## Supported platforms
## Installation
```bash
ionic cordova plugin add cordova-plugin-background-mode
npm install @awesome-cordova-plugins/background-mode
```
**Plugin Repo:** [https://github.com/katzer/cordova-plugin-background-mode](https://github.com/katzer/cordova-plugin-background-mode)
## Supported Platforms
- AmazonFire OS
- Android
@@ -20,3 +25,7 @@ Requires Cordova plugin: cordova-plugin-background-mode. For more info about plu
- iOS
- Windows
## Further Information
- [Installation Guide](../../installation.md)
- [FAQ](../../faq.md)
+19 -10
View File
@@ -1,18 +1,27 @@
---
description: >-
BackgroundUpload plugin for Cordova and Ionic. This plugin does something
---
# BackgroundUpload
```
$ ionic cordova plugin add @spoonconsulting/cordova-plugin-background-upload
$ npm install @awesome-cordova-plugins/background-upload
```
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/background-upload/)
Plugin Repo: [https://github.com/spoonconsulting/cordova-plugin-background-upload](https://github.com/spoonconsulting/cordova-plugin-background-upload)
This plugin does something
## Supported platforms
## Installation
```bash
ionic cordova plugin add @spoonconsulting/cordova-plugin-background-upload
npm install @awesome-cordova-plugins/background-upload
```
**Plugin Repo:** [https://github.com/spoonconsulting/cordova-plugin-background-upload](https://github.com/spoonconsulting/cordova-plugin-background-upload)
## Supported Platforms
- Android
- iOS
## Further Information
- [Installation Guide](../../installation.md)
- [FAQ](../../faq.md)
+19 -10
View File
@@ -1,24 +1,33 @@
---
description: >-
Badge plugin for Cordova and Ionic. The essential purpose of badge numbers is to enable an application to inform its users that it has something for them —…
---
# Badge
```
$ ionic cordova plugin add cordova-plugin-badge
$ npm install @awesome-cordova-plugins/badge
```
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/badge/)
Plugin Repo: [https://github.com/katzer/cordova-plugin-badge](https://github.com/katzer/cordova-plugin-badge)
The essential purpose of badge numbers is to enable an application to inform its users that it has something for them — for example, unread messages — when the application isnt running in the foreground.
Requires Cordova plugin: cordova-plugin-badge. For more info, please see the [Badge plugin docs](https://github.com/katzer/cordova-plugin-badge).
Android Note: Badges have historically only been a feature implemented by third party launchers and not visible unless one of those launchers was being used (E.G. Samsung or Nova Launcher) and if enabled by the user. As of Android 8 (Oreo), [notification badges](https://developer.android.com/training/notify-user/badges) were introduced officially to reflect unread notifications. This plugin is unlikely to work as expected on devices running Android 8 or newer. Please see the [local notifications plugin docs](https://github.com/katzer/cordova-plugin-local-notifications) for more information on badge use with notifications.
## Supported platforms
## Installation
```bash
ionic cordova plugin add cordova-plugin-badge
npm install @awesome-cordova-plugins/badge
```
**Plugin Repo:** [https://github.com/katzer/cordova-plugin-badge](https://github.com/katzer/cordova-plugin-badge)
## Supported Platforms
- Android
- Browser
- iOS
- Windows
## Further Information
- [Installation Guide](../../installation.md)
- [FAQ](../../faq.md)
+19 -10
View File
@@ -1,19 +1,24 @@
---
description: >-
Barcode Scanner plugin for Cordova and Ionic. The Barcode Scanner Plugin opens a camera view and automatically scans a barcode, returning the data back to…
---
# Barcode Scanner
```
$ ionic cordova plugin add phonegap-plugin-barcodescanner
$ npm install @awesome-cordova-plugins/barcode-scanner
```
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/barcode-scanner/)
Plugin Repo: [https://github.com/phonegap/phonegap-plugin-barcodescanner](https://github.com/phonegap/phonegap-plugin-barcodescanner)
The Barcode Scanner Plugin opens a camera view and automatically scans a barcode, returning the data back to you.
Requires Cordova plugin: `phonegap-plugin-barcodescanner`. For more info, please see the [BarcodeScanner plugin docs](https://github.com/phonegap/phonegap-plugin-barcodescanner).
## Supported platforms
## Installation
```bash
ionic cordova plugin add phonegap-plugin-barcodescanner
npm install @awesome-cordova-plugins/barcode-scanner
```
**Plugin Repo:** [https://github.com/phonegap/phonegap-plugin-barcodescanner](https://github.com/phonegap/phonegap-plugin-barcodescanner)
## Supported Platforms
- Android
- BlackBerry 10
@@ -21,3 +26,7 @@ Requires Cordova plugin: `phonegap-plugin-barcodescanner`. For more info, please
- iOS
- Windows
## Further Information
- [Installation Guide](../../installation.md)
- [FAQ](../../faq.md)
+17 -8
View File
@@ -1,16 +1,25 @@
---
description: >-
Barkoder plugin for Cordova and Ionic. The barKoder Barcode Scanner SDK cordova plugin grants an easy to use solution with a great and completely customizable…
---
# Barkoder
```
$ ionic cordova plugin add barkoder-cordova
$ npm install @awesome-cordova-plugins/barkoder
```
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/barkoder/)
The barKoder Barcode Scanner SDK cordova plugin grants an easy to use solution with a great and completely customizable interface that can be instantly integrated in both iOS and Android apps.
## Supported platforms
## Installation
```bash
ionic cordova plugin add barkoder-cordova
npm install @awesome-cordova-plugins/barkoder
```
## Supported Platforms
- Android
- iOS
## Further Information
- [Installation Guide](../../installation.md)
- [FAQ](../../faq.md)
+19 -10
View File
@@ -1,20 +1,29 @@
---
description: >-
Battery Status plugin for Cordova and Ionic. Requires Cordova plugin: cordova-plugin-batterystatus. For more info, please see the [BatteryStatus plugin…
---
# Battery Status
```
$ ionic cordova plugin add cordova-plugin-battery-status
$ npm install @awesome-cordova-plugins/battery-status
```
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/battery-status/)
Plugin Repo: [https://github.com/apache/cordova-plugin-battery-status](https://github.com/apache/cordova-plugin-battery-status)
Requires Cordova plugin: cordova-plugin-batterystatus. For more info, please see the [BatteryStatus plugin docs](https://github.com/apache/cordova-plugin-battery-status).
## Supported platforms
## Installation
```bash
ionic cordova plugin add cordova-plugin-battery-status
npm install @awesome-cordova-plugins/battery-status
```
**Plugin Repo:** [https://github.com/apache/cordova-plugin-battery-status](https://github.com/apache/cordova-plugin-battery-status)
## Supported Platforms
- iOS
- Android
- Windows
- Browser
## Further Information
- [Installation Guide](../../installation.md)
- [FAQ](../../faq.md)
+19 -10
View File
@@ -1,18 +1,27 @@
---
description: >-
BioCatch plugin for Cordova and Ionic. BioCatch SDK Cordova support
---
# BioCatch
```
$ ionic cordova plugin add cordova-plugin-biocatch
$ npm install @awesome-cordova-plugins/biocatch
```
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/biocatch/)
Plugin Repo: [https://bitbucket.org/carlos_orellana/ionic-plugin](https://bitbucket.org/carlos_orellana/ionic-plugin)
BioCatch SDK Cordova support
## Supported platforms
## Installation
```bash
ionic cordova plugin add cordova-plugin-biocatch
npm install @awesome-cordova-plugins/biocatch
```
**Plugin Repo:** [https://bitbucket.org/carlos_orellana/ionic-plugin](https://bitbucket.org/carlos_orellana/ionic-plugin)
## Supported Platforms
- iOS
- Android
## Further Information
- [Installation Guide](../../installation.md)
- [FAQ](../../faq.md)
+17 -8
View File
@@ -1,16 +1,25 @@
---
description: >-
BiometricWrapper plugin for Cordova and Ionic. This plugin capture biometric(Iris and Fingerprint) and validate the user. May be used in Banking domain
---
# BiometricWrapper
```
$
$ npm install @awesome-cordova-plugins/biometric-wrapper
```
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/biometric-wrapper/)
This plugin capture biometric(Iris and Fingerprint) and validate the user.
May be used in Banking domain
## Supported platforms
## Installation
```bash
npm install @awesome-cordova-plugins/biometric-wrapper
```
## Supported Platforms
- Android
## Further Information
- [Installation Guide](../../installation.md)
- [FAQ](../../faq.md)
+19 -10
View File
@@ -1,14 +1,10 @@
---
description: >-
BLE plugin for Cordova and Ionic. This plugin enables communication between a phone and Bluetooth Low Energy (BLE) peripherals. The plugin provides a simple…
---
# BLE
```
$ ionic cordova plugin add cordova-plugin-ble-central
$ npm install @awesome-cordova-plugins/ble
```
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/ble/)
Plugin Repo: [https://github.com/don/cordova-plugin-ble-central](https://github.com/don/cordova-plugin-ble-central)
This plugin enables communication between a phone and Bluetooth Low Energy (BLE) peripherals.
The plugin provides a simple JavaScript API for iOS and Android.
@@ -23,8 +19,21 @@ Advertising information is returned when scanning for peripherals. Service, char
Simultaneous connections to multiple peripherals are supported.
## Supported platforms
## Installation
```bash
ionic cordova plugin add cordova-plugin-ble-central
npm install @awesome-cordova-plugins/ble
```
**Plugin Repo:** [https://github.com/don/cordova-plugin-ble-central](https://github.com/don/cordova-plugin-ble-central)
## Supported Platforms
- Android
- iOS
## Further Information
- [Installation Guide](../../installation.md)
- [FAQ](../../faq.md)
+19 -10
View File
@@ -1,19 +1,28 @@
---
description: >-
BlinkId plugin for Cordova and Ionic. Microblink SDK wrapper for barcode and document scanning. See the blinkid-phonegap repository for available recognizers…
---
# BlinkId
```
$ ionic cordova plugin add blinkid-cordova --variable CAMERA_USAGE_DESCRIPTION="Enable your camera so that you can scan your ID to validate your account"
$ npm install @awesome-cordova-plugins/blinkid
```
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/blinkid/)
Plugin Repo: [https://github.com/BlinkID/blinkid-phonegap](https://github.com/BlinkID/blinkid-phonegap)
Microblink SDK wrapper for barcode and document scanning. See the
blinkid-phonegap repository for available recognizers and other settings
## Supported platforms
## Installation
```bash
ionic cordova plugin add blinkid-cordova --variable CAMERA_USAGE_DESCRIPTION="Enable your camera so that you can scan your ID to validate your account"
npm install @awesome-cordova-plugins/blinkid
```
**Plugin Repo:** [https://github.com/BlinkID/blinkid-phonegap](https://github.com/BlinkID/blinkid-phonegap)
## Supported Platforms
- iOS
- Android
## Further Information
- [Installation Guide](../../installation.md)
- [FAQ](../../faq.md)
@@ -1,19 +1,28 @@
---
description: >-
Bluetooth Classic Serial Port plugin for Cordova and Ionic. This plugin is written using the iOS Accessory Framework (MFi) to support Classic Bluetooth on iOS.
---
# Bluetooth Classic Serial Port
```
$ ionic cordova plugin add cordova-plugin-bluetooth-classic-serial-port
$ npm install @awesome-cordova-plugins/bluetooth-classic-serial-port
```
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/bluetooth-classic-serial-port/)
Plugin Repo: [https://github.com/MaximBelov/cordova-plugin-bluetooth-classic-serial-port](https://github.com/MaximBelov/cordova-plugin-bluetooth-classic-serial-port)
This plugin is written using the iOS Accessory Framework (MFi) to support Classic Bluetooth on iOS.
## Supported platforms
## Installation
```bash
ionic cordova plugin add cordova-plugin-bluetooth-classic-serial-port
npm install @awesome-cordova-plugins/bluetooth-classic-serial-port
```
**Plugin Repo:** [https://github.com/MaximBelov/cordova-plugin-bluetooth-classic-serial-port](https://github.com/MaximBelov/cordova-plugin-bluetooth-classic-serial-port)
## Supported Platforms
- Android
- iOS
- Browser
## Further Information
- [Installation Guide](../../installation.md)
- [FAQ](../../faq.md)
+19 -10
View File
@@ -1,20 +1,29 @@
---
description: >-
BluetoothLE plugin for Cordova and Ionic. This plugin has the most complete implementation for interacting with Bluetooth LE devices on Android, iOS and…
---
# BluetoothLE
```
$ ionic cordova plugin add cordova-plugin-bluetoothle
$ npm install @awesome-cordova-plugins/bluetooth-le
```
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/bluetooth-le/)
Plugin Repo: [https://github.com/randdusing/cordova-plugin-bluetoothle](https://github.com/randdusing/cordova-plugin-bluetoothle)
This plugin has the most complete implementation for interacting with Bluetooth LE devices on Android, iOS and partially Windows.
It's a wrap around [randdusing/cordova-plugin-bluetoothle](https://github.com/randdusing/cordova-plugin-bluetoothle/blob/master/readme.md) cordova plugin for Ionic.
It supports peripheral **and** central modes and covers most of the API methods available on Android and iOS.
## Supported platforms
## Installation
```bash
ionic cordova plugin add cordova-plugin-bluetoothle
npm install @awesome-cordova-plugins/bluetooth-le
```
**Plugin Repo:** [https://github.com/randdusing/cordova-plugin-bluetoothle](https://github.com/randdusing/cordova-plugin-bluetoothle)
## Supported Platforms
- Android
- iOS
## Further Information
- [Installation Guide](../../installation.md)
- [FAQ](../../faq.md)
+19 -10
View File
@@ -1,19 +1,28 @@
---
description: >-
Bluetooth Serial plugin for Cordova and Ionic. This plugin enables serial communication over Bluetooth. It was written for communicating between Android or…
---
# Bluetooth Serial
```
$ ionic cordova plugin add cordova-plugin-bluetooth-serial
$ npm install @awesome-cordova-plugins/bluetooth-serial
```
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/bluetooth-serial/)
Plugin Repo: [https://github.com/don/BluetoothSerial](https://github.com/don/BluetoothSerial)
This plugin enables serial communication over Bluetooth. It was written for communicating between Android or iOS and an Arduino (not Android to Android or iOS to iOS).
## Supported platforms
## Installation
```bash
ionic cordova plugin add cordova-plugin-bluetooth-serial
npm install @awesome-cordova-plugins/bluetooth-serial
```
**Plugin Repo:** [https://github.com/don/BluetoothSerial](https://github.com/don/BluetoothSerial)
## Supported Platforms
- Android
- iOS
- Windows Phone 8
## Further Information
- [Installation Guide](../../installation.md)
- [FAQ](../../faq.md)
+19 -10
View File
@@ -1,18 +1,27 @@
---
description: >-
BranchIo plugin for Cordova and Ionic. Branch.io is an attribution service for deeplinking and invitation links
---
# BranchIo
```
$ ionic cordova plugin add branch-cordova-sdk
$ npm install @awesome-cordova-plugins/branch-io
```
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/branch-io/)
Plugin Repo: [https://github.com/BranchMetrics/cordova-ionic-phonegap-branch-deep-linking](https://github.com/BranchMetrics/cordova-ionic-phonegap-branch-deep-linking)
Branch.io is an attribution service for deeplinking and invitation links
## Supported platforms
## Installation
```bash
ionic cordova plugin add branch-cordova-sdk
npm install @awesome-cordova-plugins/branch-io
```
**Plugin Repo:** [https://github.com/BranchMetrics/cordova-ionic-phonegap-branch-deep-linking](https://github.com/BranchMetrics/cordova-ionic-phonegap-branch-deep-linking)
## Supported Platforms
- iOS
- Android
## Further Information
- [Installation Guide](../../installation.md)
- [FAQ](../../faq.md)
+19 -10
View File
@@ -1,20 +1,29 @@
---
description: >-
Brightness plugin for Cordova and Ionic. The Brightness plugin let you control the display brightness of your device. Requires Cordova plugin:…
---
# Brightness
```
$ ionic cordova plugin add cordova-plugin-brightness
$ npm install @awesome-cordova-plugins/brightness
```
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/brightness/)
Plugin Repo: [https://github.com/mgcrea/cordova-plugin-brightness](https://github.com/mgcrea/cordova-plugin-brightness)
The Brightness plugin let you control the display brightness of your device.
Requires Cordova plugin: `cordova-plugin-brightness`. For more info, please see the [Brightness plugin docs](https://github.com/mgcrea/cordova-plugin-brightness).
## Supported platforms
## Installation
```bash
ionic cordova plugin add cordova-plugin-brightness
npm install @awesome-cordova-plugins/brightness
```
**Plugin Repo:** [https://github.com/mgcrea/cordova-plugin-brightness](https://github.com/mgcrea/cordova-plugin-brightness)
## Supported Platforms
- Android
- iOS
## Further Information
- [Installation Guide](../../installation.md)
- [FAQ](../../faq.md)
+19 -10
View File
@@ -1,19 +1,28 @@
---
description: >-
Broadcaster plugin for Cordova and Ionic. This plugin adds exchanging events between native code and your app.
---
# Broadcaster
```
$ ionic cordova plugin add cordova-plugin-broadcaster
$ npm install @awesome-cordova-plugins/broadcaster
```
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/broadcaster/)
Plugin Repo: [https://github.com/bsorrentino/cordova-broadcaster](https://github.com/bsorrentino/cordova-broadcaster)
This plugin adds exchanging events between native code and your app.
## Supported platforms
## Installation
```bash
ionic cordova plugin add cordova-plugin-broadcaster
npm install @awesome-cordova-plugins/broadcaster
```
**Plugin Repo:** [https://github.com/bsorrentino/cordova-broadcaster](https://github.com/bsorrentino/cordova-broadcaster)
## Supported Platforms
- Android
- iOS
- Browser
## Further Information
- [Installation Guide](../../installation.md)
- [FAQ](../../faq.md)
+19 -10
View File
@@ -1,18 +1,27 @@
---
description: >-
Browser Tab plugin for Cordova and Ionic. This plugin provides an interface to in-app browser tabs that exist on some mobile platforms, specifically [Custom…
---
# Browser Tab
```
$ ionic cordova plugin add cordova-plugin-browsertab
$ npm install @awesome-cordova-plugins/browser-tab
```
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/browser-tab/)
Plugin Repo: [https://github.com/google/cordova-plugin-browsertab](https://github.com/google/cordova-plugin-browsertab)
This plugin provides an interface to in-app browser tabs that exist on some mobile platforms, specifically [Custom Tabs](http://developer.android.com/tools/support-library/features.html#custom-tabs) on Android (including the [Chrome Custom Tabs](https://developer.chrome.com/multidevice/android/customtabs) implementation), and [SFSafariViewController](https://developer.apple.com/library/ios/documentation/SafariServices/Reference/SFSafariViewController_Ref/) on iOS.
## Supported platforms
## Installation
```bash
ionic cordova plugin add cordova-plugin-browsertab
npm install @awesome-cordova-plugins/browser-tab
```
**Plugin Repo:** [https://github.com/google/cordova-plugin-browsertab](https://github.com/google/cordova-plugin-browsertab)
## Supported Platforms
- Android
- iOS
## Further Information
- [Installation Guide](../../installation.md)
- [FAQ](../../faq.md)
+19 -10
View File
@@ -1,17 +1,22 @@
---
description: >-
Build Info plugin for Cordova and Ionic. This plugin provides build information.
---
# Build Info
```
$ ionic cordova plugin add cordova-plugin-buildinfo
$ npm install @awesome-cordova-plugins/build-info
```
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/build-info/)
Plugin Repo: [https://github.com/lynrin/cordova-plugin-buildinfo](https://github.com/lynrin/cordova-plugin-buildinfo)
This plugin provides build information.
## Supported platforms
## Installation
```bash
ionic cordova plugin add cordova-plugin-buildinfo
npm install @awesome-cordova-plugins/build-info
```
**Plugin Repo:** [https://github.com/lynrin/cordova-plugin-buildinfo](https://github.com/lynrin/cordova-plugin-buildinfo)
## Supported Platforms
- Android
- iOS
@@ -20,3 +25,7 @@ This plugin provides build information.
- browser
- Electron
## Further Information
- [Installation Guide](../../installation.md)
- [FAQ](../../faq.md)
+19 -10
View File
@@ -1,20 +1,29 @@
---
description: >-
Calendar plugin for Cordova and Ionic. This plugin allows you to add events to the Calendar of the mobile device. Requires Cordova plugin:…
---
# Calendar
```
$ ionic cordova plugin add cordova-plugin-calendar
$ npm install @awesome-cordova-plugins/calendar
```
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/calendar/)
Plugin Repo: [https://github.com/EddyVerbruggen/Calendar-PhoneGap-Plugin](https://github.com/EddyVerbruggen/Calendar-PhoneGap-Plugin)
This plugin allows you to add events to the Calendar of the mobile device.
Requires Cordova plugin: `cordova-plugin-calendar`. For more info, please see the [Calendar plugin docs](https://github.com/EddyVerbruggen/Calendar-PhoneGap-Plugin).
## Supported platforms
## Installation
```bash
ionic cordova plugin add cordova-plugin-calendar
npm install @awesome-cordova-plugins/calendar
```
**Plugin Repo:** [https://github.com/EddyVerbruggen/Calendar-PhoneGap-Plugin](https://github.com/EddyVerbruggen/Calendar-PhoneGap-Plugin)
## Supported Platforms
- Android
- iOS
## Further Information
- [Installation Guide](../../installation.md)
- [FAQ](../../faq.md)
+19 -10
View File
@@ -1,18 +1,27 @@
---
description: >-
Call Directory plugin for Cordova and Ionic. This plugin can add phone numbers to an Callkit call directory extension. Call `reloadExtension` after using…
---
# Call Directory
```
$ cordova plugin add cordova-plugin-call-directory --variable EXT_NAME="Cordova-Directory" --variable ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES="NO"
$ npm install @awesome-cordova-plugins/call-directory
```
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/call-directory/)
Plugin Repo: [https://github.com/GEDYSIntraWare/cordova-plugin-call-directory](https://github.com/GEDYSIntraWare/cordova-plugin-call-directory)
This plugin can add phone numbers to an Callkit call directory extension. Call `reloadExtension` after using `addIdentification` and `removeIdentification`
to process the changes in the call directory extension.
## Supported platforms
## Installation
```bash
cordova plugin add cordova-plugin-call-directory --variable EXT_NAME="Cordova-Directory" --variable ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES="NO"
npm install @awesome-cordova-plugins/call-directory
```
**Plugin Repo:** [https://github.com/GEDYSIntraWare/cordova-plugin-call-directory](https://github.com/GEDYSIntraWare/cordova-plugin-call-directory)
## Supported Platforms
- iOS
## Further Information
- [Installation Guide](../../installation.md)
- [FAQ](../../faq.md)
+19 -10
View File
@@ -1,19 +1,28 @@
---
description: >-
Call Number plugin for Cordova and Ionic. Call a number directly from your Cordova/Ionic application. NOTE**: The iOS Simulator (and maybe Android Simulators)…
---
# Call Number
```
$ ionic cordova plugin add call-number
$ npm install @awesome-cordova-plugins/call-number
```
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/call-number/)
Plugin Repo: [https://github.com/Rohfosho/CordovaCallNumberPlugin](https://github.com/Rohfosho/CordovaCallNumberPlugin)
Call a number directly from your Cordova/Ionic application.
NOTE**: The iOS Simulator (and maybe Android Simulators) do not provide access to the phone subsystem.
## Supported platforms
## Installation
```bash
ionic cordova plugin add call-number
npm install @awesome-cordova-plugins/call-number
```
**Plugin Repo:** [https://github.com/Rohfosho/CordovaCallNumberPlugin](https://github.com/Rohfosho/CordovaCallNumberPlugin)
## Supported Platforms
- Android
- iOS
## Further Information
- [Installation Guide](../../installation.md)
- [FAQ](../../faq.md)
+19 -10
View File
@@ -1,20 +1,29 @@
---
description: >-
Camera Preview plugin for Cordova and Ionic. Showing camera preview in HTML Requires Cordova plugin:…
---
# Camera Preview
```
$ ionic cordova plugin add cordova-plugin-camera-preview
$ npm install @awesome-cordova-plugins/camera-preview
```
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/camera-preview/)
Plugin Repo: [https://github.com/cordova-plugin-camera-preview/cordova-plugin-camera-preview](https://github.com/cordova-plugin-camera-preview/cordova-plugin-camera-preview)
Showing camera preview in HTML
Requires Cordova plugin: `https://github.com/cordova-plugin-camera-preview/cordova-plugin-camera-preview.git`. For more info, please see the [Cordova Camera Preview docs](https://github.com/cordova-plugin-camera-preview/cordova-plugin-camera-preview).
## Supported platforms
## Installation
```bash
ionic cordova plugin add cordova-plugin-camera-preview
npm install @awesome-cordova-plugins/camera-preview
```
**Plugin Repo:** [https://github.com/cordova-plugin-camera-preview/cordova-plugin-camera-preview](https://github.com/cordova-plugin-camera-preview/cordova-plugin-camera-preview)
## Supported Platforms
- Android
- iOS
## Further Information
- [Installation Guide](../../installation.md)
- [FAQ](../../faq.md)
+19 -10
View File
@@ -1,14 +1,10 @@
---
description: >-
Camera plugin for Cordova and Ionic. Take a photo or capture video. Requires the Cordova plugin: `cordova-plugin-camera`. For more info, please see the…
---
# Camera
```
$ ionic cordova plugin add cordova-plugin-camera
$ npm install @awesome-cordova-plugins/camera
```
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/camera/)
Plugin Repo: [https://github.com/apache/cordova-plugin-camera](https://github.com/apache/cordova-plugin-camera)
Take a photo or capture video.
Requires the Cordova plugin: `cordova-plugin-camera`. For more info, please see the [Cordova Camera Plugin Docs](https://github.com/apache/cordova-plugin-camera).
@@ -21,10 +17,23 @@ Requires the Cordova plugin: `cordova-plugin-camera`. For more info, please see
```
inside of the `<platform name='ios>` section
## Supported platforms
## Installation
```bash
ionic cordova plugin add cordova-plugin-camera
npm install @awesome-cordova-plugins/camera
```
**Plugin Repo:** [https://github.com/apache/cordova-plugin-camera](https://github.com/apache/cordova-plugin-camera)
## Supported Platforms
- Android
- Browser
- iOS
- Windows
## Further Information
- [Installation Guide](../../installation.md)
- [FAQ](../../faq.md)
+16 -7
View File
@@ -1,16 +1,25 @@
---
description: >-
CFPaymentGateway — Awesome Cordova Plugins wrapper for Ionic and Cordova apps.
---
# CFPaymentGateway
```
$ ionic cordova plugin add cordova-plugin-cashfree-pg
$ npm install @awesome-cordova-plugins/cashfree-pg
## Installation
```bash
ionic cordova plugin add cordova-plugin-cashfree-pg
npm install @awesome-cordova-plugins/cashfree-pg
```
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/cashfree-pg/)
**Plugin Repo:** [https://github.com/cashfree/cordova-plugin-cashfree](https://github.com/cashfree/cordova-plugin-cashfree)
Plugin Repo: [https://github.com/cashfree/cordova-plugin-cashfree](https://github.com/cashfree/cordova-plugin-cashfree)
## Supported platforms
## Supported Platforms
- Android
- iOS
## Further Information
- [Installation Guide](../../installation.md)
- [FAQ](../../faq.md)
+19 -10
View File
@@ -1,18 +1,27 @@
---
description: >-
Checkout plugin for Cordova and Ionic. Checkout.com cordova plugin
---
# Checkout
```
$
$ npm install @awesome-cordova-plugins/checkout
```
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/checkout/)
Plugin Repo: [https://github.com/checkout/frames-cordova](https://github.com/checkout/frames-cordova)
Checkout.com cordova plugin
## Supported platforms
## Installation
```bash
npm install @awesome-cordova-plugins/checkout
```
**Plugin Repo:** [https://github.com/checkout/frames-cordova](https://github.com/checkout/frames-cordova)
## Supported Platforms
- Android
- iOS
## Further Information
- [Installation Guide](../../installation.md)
- [FAQ](../../faq.md)
+19 -10
View File
@@ -1,14 +1,10 @@
---
description: >-
Chooser plugin for Cordova and Ionic. File chooser plugin for Cordova. The following must be added to config.xml to prevent crashing when selecting large…
---
# Chooser
```
$ ionic cordova plugin add cordova-plugin-simple-file-chooser
$ npm install @awesome-cordova-plugins/chooser-simple-file
```
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/chooser-simple-file/)
Plugin Repo: [https://github.com/hc-oss/cordova-plugin-simple-file-chooser](https://github.com/hc-oss/cordova-plugin-simple-file-chooser)
File chooser plugin for Cordova.
The following must be added to config.xml to prevent crashing when selecting large files on Android:
@@ -23,8 +19,21 @@ The following must be added to config.xml to prevent crashing when selecting lar
</platform>
```
## Supported platforms
## Installation
```bash
ionic cordova plugin add cordova-plugin-simple-file-chooser
npm install @awesome-cordova-plugins/chooser-simple-file
```
**Plugin Repo:** [https://github.com/hc-oss/cordova-plugin-simple-file-chooser](https://github.com/hc-oss/cordova-plugin-simple-file-chooser)
## Supported Platforms
- Android
- iOS
## Further Information
- [Installation Guide](../../installation.md)
- [FAQ](../../faq.md)
+19 -10
View File
@@ -1,14 +1,10 @@
---
description: >-
Chooser plugin for Cordova and Ionic. File chooser plugin for Cordova. The following must be added to config.xml to prevent crashing when selecting large…
---
# Chooser
```
$ ionic cordova plugin add http://github.com/MaximBelov/cordova-plugin-chooser.git
$ npm install @awesome-cordova-plugins/chooser
```
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/chooser/)
Plugin Repo: [https://github.com/MaximBelov/cordova-plugin-chooser](https://github.com/MaximBelov/cordova-plugin-chooser)
File chooser plugin for Cordova.
The following must be added to config.xml to prevent crashing when selecting large files on Android:
@@ -23,8 +19,21 @@ The following must be added to config.xml to prevent crashing when selecting lar
</platform>
```
## Supported platforms
## Installation
```bash
ionic cordova plugin add http://github.com/MaximBelov/cordova-plugin-chooser.git
npm install @awesome-cordova-plugins/chooser
```
**Plugin Repo:** [https://github.com/MaximBelov/cordova-plugin-chooser](https://github.com/MaximBelov/cordova-plugin-chooser)
## Supported Platforms
- Android
- iOS
## Further Information
- [Installation Guide](../../installation.md)
- [FAQ](../../faq.md)
+19 -10
View File
@@ -1,18 +1,27 @@
---
description: >-
CleverTap plugin for Cordova and Ionic. Cordova Plugin that wraps CleverTap SDK for Android and iOS
---
# CleverTap
```
$ ionic cordova plugin add clevertap-cordova
$ npm install @awesome-cordova-plugins/clevertap
```
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/clevertap/)
Plugin Repo: [https://github.com/CleverTap/clevertap-cordova](https://github.com/CleverTap/clevertap-cordova)
Cordova Plugin that wraps CleverTap SDK for Android and iOS
## Supported platforms
## Installation
```bash
ionic cordova plugin add clevertap-cordova
npm install @awesome-cordova-plugins/clevertap
```
**Plugin Repo:** [https://github.com/CleverTap/clevertap-cordova](https://github.com/CleverTap/clevertap-cordova)
## Supported Platforms
- Android
- iOS
## Further Information
- [Installation Guide](../../installation.md)
- [FAQ](../../faq.md)
+19 -10
View File
@@ -1,19 +1,28 @@
---
description: >-
Clipboard plugin for Cordova and Ionic. Clipboard management plugin for Cordova that supports iOS, Android, and Windows Phone 8.
---
# Clipboard
```
$ ionic cordova plugin add cordova-clipboard
$ npm install @awesome-cordova-plugins/clipboard
```
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/clipboard/)
Plugin Repo: [https://github.com/ihadeed/cordova-clipboard](https://github.com/ihadeed/cordova-clipboard)
Clipboard management plugin for Cordova that supports iOS, Android, and Windows Phone 8.
## Supported platforms
## Installation
```bash
ionic cordova plugin add cordova-clipboard
npm install @awesome-cordova-plugins/clipboard
```
**Plugin Repo:** [https://github.com/ihadeed/cordova-clipboard](https://github.com/ihadeed/cordova-clipboard)
## Supported Platforms
- Android
- iOS
- Windows Phone 8
## Further Information
- [Installation Guide](../../installation.md)
- [FAQ](../../faq.md)
+19 -10
View File
@@ -1,18 +1,27 @@
---
description: >-
Cloud Settings plugin for Cordova and Ionic. Stores app settings in cloud storage so if the user re-installs the app or installs it on a different device, the…
---
# Cloud Settings
```
$ ionic cordova plugin add @marysuon/cordova-plugin-cloud-settings --variable ANDROID_BACKUP_SERVICE_KEY=myapikey
$ npm install @awesome-cordova-plugins/cloud-settings
```
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/cloud-settings/)
Plugin Repo: [https://github.com/dpa99c/cordova-plugin-cloud-settings](https://github.com/dpa99c/cordova-plugin-cloud-settings)
Stores app settings in cloud storage so if the user re-installs the app or installs it on a different device, the settings will be restored and available in the new installation.
## Supported platforms
## Installation
```bash
ionic cordova plugin add @marysuon/cordova-plugin-cloud-settings --variable ANDROID_BACKUP_SERVICE_KEY=myapikey
npm install @awesome-cordova-plugins/cloud-settings
```
**Plugin Repo:** [https://github.com/dpa99c/cordova-plugin-cloud-settings](https://github.com/dpa99c/cordova-plugin-cloud-settings)
## Supported Platforms
- Android
- iOS
## Further Information
- [Installation Guide](../../installation.md)
- [FAQ](../../faq.md)
+19 -10
View File
@@ -1,20 +1,29 @@
---
description: >-
Code Push plugin for Cordova and Ionic. CodePush plugin for Cordova by Microsoft that supports iOS and Android. For more info, please see…
---
# Code Push
```
$ ionic cordova plugin add cordova-plugin-code-push
$ npm install @awesome-cordova-plugins/code-push
```
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/code-push/)
Plugin Repo: [https://github.com/Microsoft/cordova-plugin-code-push](https://github.com/Microsoft/cordova-plugin-code-push)
CodePush plugin for Cordova by Microsoft that supports iOS and Android.
For more info, please see https://github.com/Dellos7/example-cordova-code-push-plugin
## Supported platforms
## Installation
```bash
ionic cordova plugin add cordova-plugin-code-push
npm install @awesome-cordova-plugins/code-push
```
**Plugin Repo:** [https://github.com/Microsoft/cordova-plugin-code-push](https://github.com/Microsoft/cordova-plugin-code-push)
## Supported Platforms
- Android
- iOS
## Further Information
- [Installation Guide](../../installation.md)
- [FAQ](../../faq.md)
+19 -10
View File
@@ -1,17 +1,22 @@
---
description: >-
Contacts plugin for Cordova and Ionic. Access and manage Contacts on the device.
---
# Contacts
```
$ ionic cordova plugin add cordova-plugin-contacts
$ npm install @awesome-cordova-plugins/contacts
```
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/contacts/)
Plugin Repo: [https://github.com/herdwatch-apps/cordova-plugin-contacts](https://github.com/herdwatch-apps/cordova-plugin-contacts)
Access and manage Contacts on the device.
## Supported platforms
## Installation
```bash
ionic cordova plugin add cordova-plugin-contacts
npm install @awesome-cordova-plugins/contacts
```
**Plugin Repo:** [https://github.com/herdwatch-apps/cordova-plugin-contacts](https://github.com/herdwatch-apps/cordova-plugin-contacts)
## Supported Platforms
- Android
- BlackBerry 10
@@ -23,3 +28,7 @@ Access and manage Contacts on the device.
- Windows 8
- Windows Phone
## Further Information
- [Installation Guide](../../installation.md)
- [FAQ](../../faq.md)
+1 -1
View File
@@ -188,7 +188,7 @@ Let us know or submit a PR! Take a look at [the Developer Guide](https://github.
Ibby Hadeed - [@ihadeed](https://github.com/ihadeed)
Daniel Sogl - [@sogldaniel](https://twitter.com/sogldaniel)
Daniel Sogl - [LinkedIn](https://www.linkedin.com/in/daniel-sogl)
Tim Lancina - [@timlancina](https://twitter.com/timlancina)
+19 -10
View File
@@ -1,17 +1,26 @@
---
description: >-
Crop Plugin Privacy plugin for Cordova and Ionic. This plugin does something
---
# Crop Plugin Privacy
```
$ ionic cordova plugin add cordova-plugin-crop-privacy
$ npm install @awesome-cordova-plugins/crop-plugin-privacy
```
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/crop-plugin-privacy/)
Plugin Repo: [https://github.com/BaraAksayeth25/cordova-plugin-crop-privacy](https://github.com/BaraAksayeth25/cordova-plugin-crop-privacy)
This plugin does something
## Supported platforms
## Installation
```bash
ionic cordova plugin add cordova-plugin-crop-privacy
npm install @awesome-cordova-plugins/crop-plugin-privacy
```
**Plugin Repo:** [https://github.com/BaraAksayeth25/cordova-plugin-crop-privacy](https://github.com/BaraAksayeth25/cordova-plugin-crop-privacy)
## Supported Platforms
- Android
## Further Information
- [Installation Guide](../../installation.md)
- [FAQ](../../faq.md)
+17 -8
View File
@@ -1,15 +1,24 @@
---
description: >-
CustomUiSdk plugin for Cordova and Ionic. This plugin is used to access Paytmpayments native CustomUiSdk framework's apis.
---
# CustomUiSdk
```
$
$ npm install @awesome-cordova-plugins/custom-ui-sdk
```
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/custom-ui-sdk/)
This plugin is used to access Paytmpayments native CustomUiSdk framework's apis.
## Supported platforms
## Installation
```bash
npm install @awesome-cordova-plugins/custom-ui-sdk
```
## Supported Platforms
- Android, iOS
## Further Information
- [Installation Guide](../../installation.md)
- [FAQ](../../faq.md)
+19 -10
View File
@@ -1,17 +1,26 @@
---
description: >-
CustomUISDK plugin for Cordova and Ionic. This plugin is used to access Paytm's native CustomUISDK framework's apis.
---
# CustomUISDK
```
$
$ npm install @awesome-cordova-plugins/custom-uisdk
```
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/custom-uisdk/)
Plugin Repo: [https://github.com/paytm/paytm-customuisdk-cordova](https://github.com/paytm/paytm-customuisdk-cordova)
This plugin is used to access Paytm's native CustomUISDK framework's apis.
## Supported platforms
## Installation
```bash
npm install @awesome-cordova-plugins/custom-uisdk
```
**Plugin Repo:** [https://github.com/paytm/paytm-customuisdk-cordova](https://github.com/paytm/paytm-customuisdk-cordova)
## Supported Platforms
- Android, iOS
## Further Information
- [Installation Guide](../../installation.md)
- [FAQ](../../faq.md)
+19 -10
View File
@@ -1,23 +1,32 @@
---
description: >-
Deeplinks plugin for Cordova and Ionic. This plugin handles deeplinks on iOS and Android for both custom URL scheme links and Universal App Links. Please…
---
# Deeplinks
```
$ ionic cordova plugin add ionic-plugin-deeplinks --variable URL_SCHEME=myapp --variable DEEPLINK_SCHEME=https --variable DEEPLINK_HOST=example.com --variable ANDROID_PATH_PREFIX=/
$ npm install @awesome-cordova-plugins/deeplinks
```
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/deeplinks/)
Plugin Repo: [https://github.com/ionic-team/ionic-plugin-deeplinks](https://github.com/ionic-team/ionic-plugin-deeplinks)
This plugin handles deeplinks on iOS and Android for both custom URL scheme links
and Universal App Links.
Please read the [ionic plugin deeplinks docs](https://github.com/ionic-team/ionic-plugin-deeplinks) for iOS and Android integration.
You must add `universal-links` to your `config.xml` and set up Apple App Site Association (AASA) for iOS and Asset Links for Android.
## Supported platforms
## Installation
```bash
ionic cordova plugin add ionic-plugin-deeplinks --variable URL_SCHEME=myapp --variable DEEPLINK_SCHEME=https --variable DEEPLINK_HOST=example.com --variable ANDROID_PATH_PREFIX=/
npm install @awesome-cordova-plugins/deeplinks
```
**Plugin Repo:** [https://github.com/ionic-team/ionic-plugin-deeplinks](https://github.com/ionic-team/ionic-plugin-deeplinks)
## Supported Platforms
- Android
- Browser
- iOS
## Further Information
- [Installation Guide](../../installation.md)
- [FAQ](../../faq.md)
+19 -10
View File
@@ -1,17 +1,26 @@
---
description: >-
Device Accounts plugin for Cordova and Ionic. Gets the Google accounts associated with the Android device
---
# Device Accounts
```
$ ionic cordova plugin add cordova-device-accounts-v2
$ npm install @awesome-cordova-plugins/device-accounts
```
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/device-accounts/)
Plugin Repo: [https://github.com/xUnholy/cordova-device-accounts-v2](https://github.com/xUnholy/cordova-device-accounts-v2)
Gets the Google accounts associated with the Android device
## Supported platforms
## Installation
```bash
ionic cordova plugin add cordova-device-accounts-v2
npm install @awesome-cordova-plugins/device-accounts
```
**Plugin Repo:** [https://github.com/xUnholy/cordova-device-accounts-v2](https://github.com/xUnholy/cordova-device-accounts-v2)
## Supported Platforms
- Android
## Further Information
- [Installation Guide](../../installation.md)
- [FAQ](../../faq.md)
+19 -10
View File
@@ -1,17 +1,22 @@
---
description: >-
Device Motion plugin for Cordova and Ionic. Requires Cordova plugin: `cordova-plugin-device-motion`. For more info, please see the [Device Motion…
---
# Device Motion
```
$ ionic cordova plugin add cordova-plugin-device-motion
$ npm install @awesome-cordova-plugins/device-motion
```
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/device-motion/)
Plugin Repo: [https://github.com/apache/cordova-plugin-device-motion](https://github.com/apache/cordova-plugin-device-motion)
Requires Cordova plugin: `cordova-plugin-device-motion`. For more info, please see the [Device Motion docs](https://github.com/apache/cordova-plugin-device-motion).
## Supported platforms
## Installation
```bash
ionic cordova plugin add cordova-plugin-device-motion
npm install @awesome-cordova-plugins/device-motion
```
**Plugin Repo:** [https://github.com/apache/cordova-plugin-device-motion](https://github.com/apache/cordova-plugin-device-motion)
## Supported Platforms
- Android
- BlackBerry 10
@@ -23,3 +28,7 @@ Requires Cordova plugin: `cordova-plugin-device-motion`. For more info, please s
- Windows
- Windows Phone 8
## Further Information
- [Installation Guide](../../installation.md)
- [FAQ](../../faq.md)
+19 -10
View File
@@ -1,17 +1,22 @@
---
description: >-
Device Orientation plugin for Cordova and Ionic. Requires Cordova plugin: `cordova-plugin-device-orientation`. For more info, please see the [Device…
---
# Device Orientation
```
$ ionic cordova plugin add cordova-plugin-device-orientation
$ npm install @awesome-cordova-plugins/device-orientation
```
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/device-orientation/)
Plugin Repo: [https://github.com/apache/cordova-plugin-device-orientation](https://github.com/apache/cordova-plugin-device-orientation)
Requires Cordova plugin: `cordova-plugin-device-orientation`. For more info, please see the [Device Orientation docs](https://github.com/apache/cordova-plugin-device-orientation).
## Supported platforms
## Installation
```bash
ionic cordova plugin add cordova-plugin-device-orientation
npm install @awesome-cordova-plugins/device-orientation
```
**Plugin Repo:** [https://github.com/apache/cordova-plugin-device-orientation](https://github.com/apache/cordova-plugin-device-orientation)
## Supported Platforms
- Amazon Fire OS
- Android
@@ -24,3 +29,7 @@ Requires Cordova plugin: `cordova-plugin-device-orientation`. For more info, ple
- Windows
- Windows Phone
## Further Information
- [Installation Guide](../../installation.md)
- [FAQ](../../faq.md)
+19 -10
View File
@@ -1,17 +1,22 @@
---
description: >-
Device plugin for Cordova and Ionic. Access information about the underlying device and platform.
---
# Device
```
$ ionic cordova plugin add cordova-plugin-device
$ npm install @awesome-cordova-plugins/device
```
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/device/)
Plugin Repo: [https://github.com/apache/cordova-plugin-device](https://github.com/apache/cordova-plugin-device)
Access information about the underlying device and platform.
## Supported platforms
## Installation
```bash
ionic cordova plugin add cordova-plugin-device
npm install @awesome-cordova-plugins/device
```
**Plugin Repo:** [https://github.com/apache/cordova-plugin-device](https://github.com/apache/cordova-plugin-device)
## Supported Platforms
- Android
- Browser
@@ -19,3 +24,7 @@ Access information about the underlying device and platform.
- macOS
- Windows
## Further Information
- [Installation Guide](../../installation.md)
- [FAQ](../../faq.md)
+19 -10
View File
@@ -1,18 +1,27 @@
---
description: >-
Dfu Update plugin for Cordova and Ionic. This plugin is a Wrapper to use Nordic Semiconductor's Device Firmware Update (DFU) service to update a Bluetooth LE…
---
# Dfu Update
```
$ ionic cordova plugin add cordova-plugin-dfu-update --variable ANDROID_NORDIC_VERSION="1.11.0"
$ npm install @awesome-cordova-plugins/dfu-update
```
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/dfu-update/)
Plugin Repo: [https://github.com/EinfachHans/cordova-plugin-dfu-update](https://github.com/EinfachHans/cordova-plugin-dfu-update)
This plugin is a Wrapper to use Nordic Semiconductor's Device Firmware Update (DFU) service to update a Bluetooth LE device.
## Supported platforms
## Installation
```bash
ionic cordova plugin add cordova-plugin-dfu-update --variable ANDROID_NORDIC_VERSION="1.11.0"
npm install @awesome-cordova-plugins/dfu-update
```
**Plugin Repo:** [https://github.com/EinfachHans/cordova-plugin-dfu-update](https://github.com/EinfachHans/cordova-plugin-dfu-update)
## Supported Platforms
- Android
- iOS
## Further Information
- [Installation Guide](../../installation.md)
- [FAQ](../../faq.md)
+19 -10
View File
@@ -1,19 +1,28 @@
---
description: >-
Diagnostic plugin for Cordova and Ionic. Checks whether device hardware features are enabled or available to the app, e.g. camera, GPS, wifi
---
# Diagnostic
```
$ ionic cordova plugin add cordova.plugins.diagnostic
$ npm install @awesome-cordova-plugins/diagnostic
```
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/diagnostic/)
Plugin Repo: [https://github.com/dpa99c/cordova-diagnostic-plugin](https://github.com/dpa99c/cordova-diagnostic-plugin)
Checks whether device hardware features are enabled or available to the app, e.g. camera, GPS, wifi
## Supported platforms
## Installation
```bash
ionic cordova plugin add cordova.plugins.diagnostic
npm install @awesome-cordova-plugins/diagnostic
```
**Plugin Repo:** [https://github.com/dpa99c/cordova-diagnostic-plugin](https://github.com/dpa99c/cordova-diagnostic-plugin)
## Supported Platforms
- Android
- iOS
- Windows
## Further Information
- [Installation Guide](../../installation.md)
- [FAQ](../../faq.md)
+19 -10
View File
@@ -1,19 +1,24 @@
---
description: >-
Dialogs plugin for Cordova and Ionic. This plugin gives you ability to access and customize the device native dialogs. Requires Cordova plugin:…
---
# Dialogs
```
$ ionic cordova plugin add cordova-plugin-dialogs
$ npm install @awesome-cordova-plugins/dialogs
```
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/dialogs/)
Plugin Repo: [https://github.com/apache/cordova-plugin-dialogs](https://github.com/apache/cordova-plugin-dialogs)
This plugin gives you ability to access and customize the device native dialogs.
Requires Cordova plugin: `cordova-plugin-dialogs`. For more info, please see the [Dialogs plugin docs](https://github.com/apache/cordova-plugin-dialogs).
## Supported platforms
## Installation
```bash
ionic cordova plugin add cordova-plugin-dialogs
npm install @awesome-cordova-plugins/dialogs
```
**Plugin Repo:** [https://github.com/apache/cordova-plugin-dialogs](https://github.com/apache/cordova-plugin-dialogs)
## Supported Platforms
- Amazon Fire OS
- Android
@@ -21,3 +26,7 @@ Requires Cordova plugin: `cordova-plugin-dialogs`. For more info, please see the
- iOS
- Windows
## Further Information
- [Installation Guide](../../installation.md)
- [FAQ](../../faq.md)
+19 -10
View File
@@ -1,17 +1,26 @@
---
description: >-
DNS plugin for Cordova and Ionic. A plugin for Apache Cordova that enables applications to manually resolve hostnames into an underlying network address. This…
---
# DNS
```
$ ionic cordova plugin add cordova-plugin-dns
$ npm install @awesome-cordova-plugins/dns
```
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/dns/)
Plugin Repo: [https://bitbucket.org/zegeba/cordova-plugin-dns](https://bitbucket.org/zegeba/cordova-plugin-dns)
A plugin for Apache Cordova that enables applications to manually resolve hostnames into an underlying network address. This is mostly useful for determining whether there is a problem with the device's DNS server configuration.
## Supported platforms
## Installation
```bash
ionic cordova plugin add cordova-plugin-dns
npm install @awesome-cordova-plugins/dns
```
**Plugin Repo:** [https://bitbucket.org/zegeba/cordova-plugin-dns](https://bitbucket.org/zegeba/cordova-plugin-dns)
## Supported Platforms
- Android
## Further Information
- [Installation Guide](../../installation.md)
- [FAQ](../../faq.md)
+19 -10
View File
@@ -1,18 +1,27 @@
---
description: >-
iOS DocumentPicker plugin for Cordova and Ionic. Opens the file picker on iOS for the user to select a file, returns a file URI. Allows the user to upload…
---
# iOS DocumentPicker
```
$ ionic cordova plugin add cordova-plugin-documentpicker.DocumentPicker
$ npm install @awesome-cordova-plugins/document-picker
```
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/document-picker/)
Plugin Repo: [https://github.com/iampossible/Cordova-DocPicker](https://github.com/iampossible/Cordova-DocPicker)
Opens the file picker on iOS for the user to select a file, returns a file URI.
Allows the user to upload files from iCloud
## Supported platforms
## Installation
```bash
ionic cordova plugin add cordova-plugin-documentpicker.DocumentPicker
npm install @awesome-cordova-plugins/document-picker
```
**Plugin Repo:** [https://github.com/iampossible/Cordova-DocPicker](https://github.com/iampossible/Cordova-DocPicker)
## Supported Platforms
- iOS
## Further Information
- [Installation Guide](../../installation.md)
- [FAQ](../../faq.md)
+19 -10
View File
@@ -1,18 +1,27 @@
---
description: >-
Document Scanner plugin for Cordova and Ionic. This plugin processes images of documents, compensating for perspective.
---
# Document Scanner
```
$ ionic cordova plugin add cordova-plugin-document-scanner
$ npm install @awesome-cordova-plugins/document-scanner
```
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/document-scanner/)
Plugin Repo: [https://github.com/NeutrinosPlatform/cordova-plugin-document-scanner](https://github.com/NeutrinosPlatform/cordova-plugin-document-scanner)
This plugin processes images of documents, compensating for perspective.
## Supported platforms
## Installation
```bash
ionic cordova plugin add cordova-plugin-document-scanner
npm install @awesome-cordova-plugins/document-scanner
```
**Plugin Repo:** [https://github.com/NeutrinosPlatform/cordova-plugin-document-scanner](https://github.com/NeutrinosPlatform/cordova-plugin-document-scanner)
## Supported Platforms
- Android
- iOS
## Further Information
- [Installation Guide](../../installation.md)
- [FAQ](../../faq.md)
+19 -10
View File
@@ -1,19 +1,28 @@
---
description: >-
Document Viewer plugin for Cordova and Ionic. This plugin offers a slim API to view PDF files which are either stored in the apps assets folder (/www/*) or in…
---
# Document Viewer
```
$ ionic cordova plugin add cordova-plugin-document-viewer
$ npm install @awesome-cordova-plugins/document-viewer
```
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/document-viewer/)
Plugin Repo: [https://github.com/sitewaerts/cordova-plugin-document-viewer](https://github.com/sitewaerts/cordova-plugin-document-viewer)
This plugin offers a slim API to view PDF files which are either stored in the apps assets folder (/www/*) or in any other file system directory available via the cordova file plugin.
## Supported platforms
## Installation
```bash
ionic cordova plugin add cordova-plugin-document-viewer
npm install @awesome-cordova-plugins/document-viewer
```
**Plugin Repo:** [https://github.com/sitewaerts/cordova-plugin-document-viewer](https://github.com/sitewaerts/cordova-plugin-document-viewer)
## Supported Platforms
- Android
- iOS
- Windows
## Further Information
- [Installation Guide](../../installation.md)
- [FAQ](../../faq.md)
+19 -10
View File
@@ -1,17 +1,26 @@
---
description: >-
Document Downloader plugin for Cordova and Ionic. This plugin is designed to support downloading files using Android DownloadManager.
---
# Document Downloader
```
$ ionic cordova plugin add integrator-cordova-plugin-downloader
$ npm install @awesome-cordova-plugins/downloader
```
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/downloader/)
Plugin Repo: [https://github.com/Luka313/integrator-cordova-plugin-downloader.git](https://github.com/Luka313/integrator-cordova-plugin-downloader.git)
This plugin is designed to support downloading files using Android DownloadManager.
## Supported platforms
## Installation
```bash
ionic cordova plugin add integrator-cordova-plugin-downloader
npm install @awesome-cordova-plugins/downloader
```
**Plugin Repo:** [https://github.com/Luka313/integrator-cordova-plugin-downloader.git](https://github.com/Luka313/integrator-cordova-plugin-downloader.git)
## Supported Platforms
- Android
## Further Information
- [Installation Guide](../../installation.md)
- [FAQ](../../faq.md)
@@ -1,18 +1,27 @@
---
description: >-
dynamsoft-barcode-scanner plugin for Cordova and Ionic. This plugin scans barcodes using Dynamsoft Barcode Reader
---
# dynamsoft-barcode-scanner
```
$
$ npm install @awesome-cordova-plugins/dynamsoft-barcode-scanner
```
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/dynamsoft-barcode-scanner/)
Plugin Repo: [https://github.com/xulihang/cordova-plugin-dynamsoft-barcode-reader](https://github.com/xulihang/cordova-plugin-dynamsoft-barcode-reader)
This plugin scans barcodes using Dynamsoft Barcode Reader
## Supported platforms
## Installation
```bash
npm install @awesome-cordova-plugins/dynamsoft-barcode-scanner
```
**Plugin Repo:** [https://github.com/xulihang/cordova-plugin-dynamsoft-barcode-reader](https://github.com/xulihang/cordova-plugin-dynamsoft-barcode-reader)
## Supported Platforms
- Android
- iOS
## Further Information
- [Installation Guide](../../installation.md)
- [FAQ](../../faq.md)
+19 -10
View File
@@ -1,17 +1,22 @@
---
description: >-
Email Composer plugin for Cordova and Ionic. Requires Cordova plugin: cordova-plugin-email-composer. For more info, please see the [Email Composer plugin…
---
# Email Composer
```
$ ionic cordova plugin add cordova-plugin-email-composer
$ npm install @awesome-cordova-plugins/email-composer
```
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/email-composer/)
Plugin Repo: [https://github.com/katzer/cordova-plugin-email-composer](https://github.com/katzer/cordova-plugin-email-composer)
Requires Cordova plugin: cordova-plugin-email-composer. For more info, please see the [Email Composer plugin docs](https://github.com/hypery2k/cordova-email-plugin).
## Supported platforms
## Installation
```bash
ionic cordova plugin add cordova-plugin-email-composer
npm install @awesome-cordova-plugins/email-composer
```
**Plugin Repo:** [https://github.com/katzer/cordova-plugin-email-composer](https://github.com/katzer/cordova-plugin-email-composer)
## Supported Platforms
- Amazon Fire OS
- Android
@@ -20,3 +25,7 @@ Requires Cordova plugin: cordova-plugin-email-composer. For more info, please se
- Windows
- macOS
## Further Information
- [Installation Guide](../../installation.md)
- [FAQ](../../faq.md)
+19 -10
View File
@@ -1,20 +1,29 @@
---
description: >-
Crashlytics plugin for Cordova and Ionic. API for interacting with the Crashlytics kit. https://docs.fabric.io/crashlytics/index.html
---
# Crashlytics
```
$ ionic cordova plugin add cordova-fabric-plugin --variable FABRIC_API_KEY=XXX --variable FABRIC_API_SECRET=xxx
$ npm install @awesome-cordova-plugins/fabric
```
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/fabric/)
Plugin Repo: [https://www.npmjs.com/package/cordova-fabric-plugin](https://www.npmjs.com/package/cordova-fabric-plugin)
API for interacting with the Crashlytics kit.
https://docs.fabric.io/crashlytics/index.html
## Supported platforms
## Installation
```bash
ionic cordova plugin add cordova-fabric-plugin --variable FABRIC_API_KEY=XXX --variable FABRIC_API_SECRET=xxx
npm install @awesome-cordova-plugins/fabric
```
**Plugin Repo:** [https://www.npmjs.com/package/cordova-fabric-plugin](https://www.npmjs.com/package/cordova-fabric-plugin)
## Supported Platforms
- Android
- iOS
## Further Information
- [Installation Guide](../../installation.md)
- [FAQ](../../faq.md)
+19 -10
View File
@@ -1,14 +1,10 @@
---
description: >-
Facebook plugin for Cordova and Ionic. Use the Facebook Connect plugin to obtain access to the native FB application on iOS and Android. Requires Cordova…
---
# Facebook
```
$ ionic cordova plugin add cordova-plugin-facebook-connect --variable APP_ID="123456789" --variable APP_NAME="myApplication"
$ npm install @awesome-cordova-plugins/facebook
```
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/facebook/)
Plugin Repo: [https://github.com/cordova-plugin-facebook-connect/cordova-plugin-facebook-connect](https://github.com/cordova-plugin-facebook-connect/cordova-plugin-facebook-connect)
Use the Facebook Connect plugin to obtain access to the native FB application on iOS and Android.
Requires Cordova plugin: `cordova-plugin-facebook-connect`. For more info, please see the [Facebook Connect](https://github.com/cordova-plugin-facebook-connect/cordova-plugin-facebook-connect).
@@ -74,9 +70,22 @@ Events are listed on the [insights page](https://www.facebook.com/insights/).
For tracking events, see `logEvent` and `logPurchase`.
## Supported platforms
## Installation
```bash
ionic cordova plugin add cordova-plugin-facebook-connect --variable APP_ID="123456789" --variable APP_NAME="myApplication"
npm install @awesome-cordova-plugins/facebook
```
**Plugin Repo:** [https://github.com/cordova-plugin-facebook-connect/cordova-plugin-facebook-connect](https://github.com/cordova-plugin-facebook-connect/cordova-plugin-facebook-connect)
## Supported Platforms
- Android
- iOS
- Browser
## Further Information
- [Installation Guide](../../installation.md)
- [FAQ](../../faq.md)
+19 -10
View File
@@ -1,14 +1,10 @@
---
description: >-
FbSdk plugin for Cordova and Ionic. Use the Facebook SDK plugin to obtain access to the native FB application on iOS and Android. Requires Cordova plugin:…
---
# FbSdk
```
$ ionic cordova plugin add cordova-plugin-fbsdk --variable APP_ID="123456789" --variable APP_NAME="myApplication" --variable CLIENT_TOKEN="abcd1234"
$ npm install @awesome-cordova-plugins/fbsdk
```
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/fbsdk/)
Plugin Repo: [https://github.com/MaximBelov/cordova-plugin-fbsdk](https://github.com/MaximBelov/cordova-plugin-fbsdk)
Use the Facebook SDK plugin to obtain access to the native FB application on iOS and Android.
Requires Cordova plugin: `cordova-plugin-fbsdk`. For more info, please see the [Facebook SDK](https://github.com/MaximBelov/cordova-plugin-fbsdk).
@@ -79,9 +75,22 @@ Events are listed on the [insights page](https://www.facebook.com/insights/).
For tracking events, see `logEvent` and `logPurchase`.
## Supported platforms
## Installation
```bash
ionic cordova plugin add cordova-plugin-fbsdk --variable APP_ID="123456789" --variable APP_NAME="myApplication" --variable CLIENT_TOKEN="abcd1234"
npm install @awesome-cordova-plugins/fbsdk
```
**Plugin Repo:** [https://github.com/MaximBelov/cordova-plugin-fbsdk](https://github.com/MaximBelov/cordova-plugin-fbsdk)
## Supported Platforms
- Android
- iOS
- Browser
## Further Information
- [Installation Guide](../../installation.md)
- [FAQ](../../faq.md)
+19 -10
View File
@@ -1,18 +1,27 @@
---
description: >-
FCM plugin for Cordova and Ionic. Provides basic functionality for Firebase Cloud Messaging
---
# FCM
```
$ ionic cordova plugin add cordova-plugin-fcm-with-dependecy-updated
$ npm install @awesome-cordova-plugins/fcm
```
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/fcm/)
Plugin Repo: [https://github.com/andrehtissot/cordova-plugin-fcm-with-dependecy-updated](https://github.com/andrehtissot/cordova-plugin-fcm-with-dependecy-updated)
Provides basic functionality for Firebase Cloud Messaging
## Supported platforms
## Installation
```bash
ionic cordova plugin add cordova-plugin-fcm-with-dependecy-updated
npm install @awesome-cordova-plugins/fcm
```
**Plugin Repo:** [https://github.com/andrehtissot/cordova-plugin-fcm-with-dependecy-updated](https://github.com/andrehtissot/cordova-plugin-fcm-with-dependecy-updated)
## Supported Platforms
- Android
- iOS
## Further Information
- [Installation Guide](../../installation.md)
- [FAQ](../../faq.md)
+19 -10
View File
@@ -1,18 +1,27 @@
---
description: >-
FFMpeg plugin for Cordova and Ionic. Simple plugin that binds mobile ffmpeg to execute ffmpeg commands
---
# FFMpeg
```
$ ionic cordova plugin add cordova-plugin-ffmpeg
$ npm install @awesome-cordova-plugins/ffmpeg
```
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/ffmpeg/)
Plugin Repo: [https://github.com/MaximBelov/cordova-plugin-ffmpeg](https://github.com/MaximBelov/cordova-plugin-ffmpeg)
Simple plugin that binds mobile ffmpeg to execute ffmpeg commands
## Supported platforms
## Installation
```bash
ionic cordova plugin add cordova-plugin-ffmpeg
npm install @awesome-cordova-plugins/ffmpeg
```
**Plugin Repo:** [https://github.com/MaximBelov/cordova-plugin-ffmpeg](https://github.com/MaximBelov/cordova-plugin-ffmpeg)
## Supported Platforms
- Android
- iOS
## Further Information
- [Installation Guide](../../installation.md)
- [FAQ](../../faq.md)
+19 -10
View File
@@ -1,17 +1,26 @@
---
description: >-
FileChooser Plugin plugin for Cordova and Ionic. Cordova FileChooser Plugin
---
# FileChooser Plugin
```
$ ionic cordova plugin add cordova-plugin-filechooser
$ npm install @awesome-cordova-plugins/file-chooser
```
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/file-chooser/)
Plugin Repo: [https://github.com/ihadeed/cordova-filechooser](https://github.com/ihadeed/cordova-filechooser)
Cordova FileChooser Plugin
## Supported platforms
## Installation
```bash
ionic cordova plugin add cordova-plugin-filechooser
npm install @awesome-cordova-plugins/file-chooser
```
**Plugin Repo:** [https://github.com/ihadeed/cordova-filechooser](https://github.com/ihadeed/cordova-filechooser)
## Supported Platforms
- Android
## Further Information
- [Installation Guide](../../installation.md)
- [FAQ](../../faq.md)
+19 -10
View File
@@ -1,18 +1,27 @@
---
description: >-
File MD5 plugin for Cordova and Ionic. This plugin reads large files in chunks and build the md5sum incrementally.
---
# File MD5
```
$ ionic cordova plugin add cordova-plugin-file-md5
$ npm install @awesome-cordova-plugins/file-md5
```
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/file-md5/)
Plugin Repo: [https://github.com/mramonlopez/cordova-plugin-file-md5](https://github.com/mramonlopez/cordova-plugin-file-md5)
This plugin reads large files in chunks and build the md5sum incrementally.
## Supported platforms
## Installation
```bash
ionic cordova plugin add cordova-plugin-file-md5
npm install @awesome-cordova-plugins/file-md5
```
**Plugin Repo:** [https://github.com/mramonlopez/cordova-plugin-file-md5](https://github.com/mramonlopez/cordova-plugin-file-md5)
## Supported Platforms
- Android
- iOS
## Further Information
- [Installation Guide](../../installation.md)
- [FAQ](../../faq.md)
+19 -10
View File
@@ -1,20 +1,29 @@
---
description: >-
File Opener plugin for Cordova and Ionic. This plugin will open a file on your device file system with its default application.
---
# File Opener
```
$ ionic cordova plugin add cordova-plugin-file-opener2
$ npm install @awesome-cordova-plugins/file-opener
```
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/file-opener/)
Plugin Repo: [https://github.com/pwlin/cordova-plugin-file-opener2](https://github.com/pwlin/cordova-plugin-file-opener2)
This plugin will open a file on your device file system with its default application.
## Supported platforms
## Installation
```bash
ionic cordova plugin add cordova-plugin-file-opener2
npm install @awesome-cordova-plugins/file-opener
```
**Plugin Repo:** [https://github.com/pwlin/cordova-plugin-file-opener2](https://github.com/pwlin/cordova-plugin-file-opener2)
## Supported Platforms
- Android
- iOS
- Windows
- Windows Phone 8
## Further Information
- [Installation Guide](../../installation.md)
- [FAQ](../../faq.md)
+19 -10
View File
@@ -1,17 +1,26 @@
---
description: >-
File Path plugin for Cordova and Ionic. This plugin allows you to resolve the native filesystem path for Android content URIs and is based on code in the…
---
# File Path
```
$ ionic cordova plugin add cordova-plugin-filepath
$ npm install @awesome-cordova-plugins/file-path
```
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/file-path/)
Plugin Repo: [https://github.com/hiddentao/cordova-plugin-filepath](https://github.com/hiddentao/cordova-plugin-filepath)
This plugin allows you to resolve the native filesystem path for Android content URIs and is based on code in the aFileChooser library.
## Supported platforms
## Installation
```bash
ionic cordova plugin add cordova-plugin-filepath
npm install @awesome-cordova-plugins/file-path
```
**Plugin Repo:** [https://github.com/hiddentao/cordova-plugin-filepath](https://github.com/hiddentao/cordova-plugin-filepath)
## Supported Platforms
- Android
## Further Information
- [Installation Guide](../../installation.md)
- [FAQ](../../faq.md)
+19 -10
View File
@@ -1,17 +1,22 @@
---
description: >-
File Transfer plugin for Cordova and Ionic. This plugin allows you to upload and download files.
---
# File Transfer
```
$ ionic cordova plugin add cordova-plugin-file-transfer
$ npm install @awesome-cordova-plugins/file-transfer
```
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/file-transfer/)
Plugin Repo: [https://github.com/apache/cordova-plugin-file-transfer](https://github.com/apache/cordova-plugin-file-transfer)
This plugin allows you to upload and download files.
## Supported platforms
## Installation
```bash
ionic cordova plugin add cordova-plugin-file-transfer
npm install @awesome-cordova-plugins/file-transfer
```
**Plugin Repo:** [https://github.com/apache/cordova-plugin-file-transfer](https://github.com/apache/cordova-plugin-file-transfer)
## Supported Platforms
- Amazon Fire OS
- Android
@@ -21,3 +26,7 @@ This plugin allows you to upload and download files.
- Windows
- Windows Phone
## Further Information
- [Installation Guide](../../installation.md)
- [FAQ](../../faq.md)
+19 -10
View File
@@ -1,14 +1,10 @@
---
description: >-
File plugin for Cordova and Ionic. This plugin implements a File API allowing read/write access to files residing on the device. The File class implements…
---
# File
```
$ ionic cordova plugin add cordova-plugin-file
$ npm install @awesome-cordova-plugins/file
```
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/file/)
Plugin Repo: [https://github.com/apache/cordova-plugin-file](https://github.com/apache/cordova-plugin-file)
This plugin implements a File API allowing read/write access to files residing on the device.
The File class implements static convenience functions to access files and directories.
@@ -32,7 +28,16 @@ this.file.checkDir(this.file.dataDirectory, 'mydir').then(_ => console.log('Dire
//www.w3.org/TR/2011/WD-file-system-api-20110419/ It also implements the FileWriter spec : http:
//dev.w3.org/2009/dap/file-system/file-writer.html
## Supported platforms
## Installation
```bash
ionic cordova plugin add cordova-plugin-file
npm install @awesome-cordova-plugins/file
```
**Plugin Repo:** [https://github.com/apache/cordova-plugin-file](https://github.com/apache/cordova-plugin-file)
## Supported Platforms
- Android
- Browser
@@ -40,3 +45,7 @@ this.file.checkDir(this.file.dataDirectory, 'mydir').then(_ => console.log('Dire
- macOS
- Windows
## Further Information
- [Installation Guide](../../installation.md)
- [FAQ](../../faq.md)
+19 -10
View File
@@ -1,19 +1,28 @@
---
description: >-
Fingerprint AIO plugin for Cordova and Ionic. Use simple fingerprint authentication on Android and iOS. Requires Cordova plugin:…
---
# Fingerprint AIO
```
$ ionic cordova plugin add cordova-plugin-fingerprint-aio
$ npm install @awesome-cordova-plugins/fingerprint-aio
```
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/fingerprint-aio/)
Plugin Repo: [https://github.com/NiklasMerz/cordova-plugin-fingerprint-aio](https://github.com/NiklasMerz/cordova-plugin-fingerprint-aio)
Use simple fingerprint authentication on Android and iOS.
Requires Cordova plugin: cordova-plugin-fingerprint-aio. For more info about plugin, vist: https://github.com/NiklasMerz/cordova-plugin-fingerprint-aio
## Supported platforms
## Installation
```bash
ionic cordova plugin add cordova-plugin-fingerprint-aio
npm install @awesome-cordova-plugins/fingerprint-aio
```
**Plugin Repo:** [https://github.com/NiklasMerz/cordova-plugin-fingerprint-aio](https://github.com/NiklasMerz/cordova-plugin-fingerprint-aio)
## Supported Platforms
- Android
- iOS
## Further Information
- [Installation Guide](../../installation.md)
- [FAQ](../../faq.md)
+19 -10
View File
@@ -1,14 +1,10 @@
---
description: >-
Firebase Analytics plugin for Cordova and Ionic. Cordova plugin for Firebase Analytics Go to firebase console and export google-services.json and…
---
# Firebase Analytics
```
$ ionic cordova plugin add cordova-plugin-firebase-analytics
$ npm install @awesome-cordova-plugins/firebase-analytics
```
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/firebase-analytics/)
Plugin Repo: [https://github.com/chemerisuk/cordova-plugin-firebase-analytics](https://github.com/chemerisuk/cordova-plugin-firebase-analytics)
Cordova plugin for Firebase Analytics
Go to firebase console and export google-services.json and GoogleService-Info.plist. Put those files into the root of your cordova app folder.
@@ -31,8 +27,21 @@ For Android you'll have to add in __android/app/src/main/AndroidManifest.xml__ u
And in the same file, you'll have to add `xmlns:tools="http://schemas.android.com/tools"` to your _manifest_ tag.
## Supported platforms
## Installation
```bash
ionic cordova plugin add cordova-plugin-firebase-analytics
npm install @awesome-cordova-plugins/firebase-analytics
```
**Plugin Repo:** [https://github.com/chemerisuk/cordova-plugin-firebase-analytics](https://github.com/chemerisuk/cordova-plugin-firebase-analytics)
## Supported Platforms
- Android
- iOS
## Further Information
- [Installation Guide](../../installation.md)
- [FAQ](../../faq.md)
+19 -10
View File
@@ -1,18 +1,27 @@
---
description: >-
Firebase Authentication plugin for Cordova and Ionic. Cordova plugin for Firebase Authentication
---
# Firebase Authentication
```
$ ionic cordova plugin add cordova-plugin-firebase-authentication --variable FIREBASE_AUTH_VERSION=version
$ npm install @awesome-cordova-plugins/firebase-authentication
```
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/firebase-authentication/)
Plugin Repo: [https://github.com/chemerisuk/cordova-plugin-firebase-authentication](https://github.com/chemerisuk/cordova-plugin-firebase-authentication)
Cordova plugin for Firebase Authentication
## Supported platforms
## Installation
```bash
ionic cordova plugin add cordova-plugin-firebase-authentication --variable FIREBASE_AUTH_VERSION=version
npm install @awesome-cordova-plugins/firebase-authentication
```
**Plugin Repo:** [https://github.com/chemerisuk/cordova-plugin-firebase-authentication](https://github.com/chemerisuk/cordova-plugin-firebase-authentication)
## Supported Platforms
- Android
- iOS
## Further Information
- [Installation Guide](../../installation.md)
- [FAQ](../../faq.md)
+19 -10
View File
@@ -1,18 +1,27 @@
---
description: >-
Firebase Config plugin for Cordova and Ionic. Cordova plugin for Firebase Config
---
# Firebase Config
```
$ ionic cordova plugin add cordova-plugin-firebase-config
$ npm install @awesome-cordova-plugins/firebase-config
```
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/firebase-config/)
Plugin Repo: [https://github.com/chemerisuk/cordova-plugin-firebase-config](https://github.com/chemerisuk/cordova-plugin-firebase-config)
Cordova plugin for Firebase Config
## Supported platforms
## Installation
```bash
ionic cordova plugin add cordova-plugin-firebase-config
npm install @awesome-cordova-plugins/firebase-config
```
**Plugin Repo:** [https://github.com/chemerisuk/cordova-plugin-firebase-config](https://github.com/chemerisuk/cordova-plugin-firebase-config)
## Supported Platforms
- Android
- iOS
## Further Information
- [Installation Guide](../../installation.md)
- [FAQ](../../faq.md)

Some files were not shown because too many files have changed in this diff Show More