outputting readmes to dist dir instead of src

This commit is contained in:
perry
2017-02-15 10:29:47 -06:00
parent 9aa7ad0221
commit bc60d0678b
127 changed files with 4 additions and 3848 deletions
-1
View File
@@ -25,4 +25,3 @@ deployment:
branch: master
commands:
- ./scripts/docs/update_docs.sh
- ./scripts/docs/update_readmes.sh
+1 -1
View File
@@ -57,7 +57,7 @@
"build:core": "tsc -p scripts/build/tsconfig-core.json",
"build:utils": "tsc -p scripts/build/tsconfig-utils.json",
"build:modules": "node scripts/build/build.js",
"shipit": "npm run build && npm run npmpub",
"shipit": "npm run build && gulp readmes && npm run npmpub",
"npmpub": "sh scripts/build/publish.sh",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"plugin:create": "gulp plugin:create"
+1 -1
View File
@@ -2,5 +2,5 @@
"sitePath": "../ionic-site",
"v2DocsDir": "docs/v2/native",
"docsDest": "../ionic-site/content/docs/v2/native",
"pluginDir": "src/@ionic-native/plugins"
"pluginDir": "dist/packages-dist/@ionic-native/plugins"
}
+1 -1
View File
@@ -147,7 +147,7 @@ module.exports = function(currentVersion) {
// Configure file writing
.config(function(writeFilesProcessor) {
writeFilesProcessor.outputFolder = './' + config.pluginDir;
writeFilesProcessor.outputFolder = './dist/packages-dist/';
})
// Configure rendering
+1
View File
@@ -14,6 +14,7 @@ module.exports = function jekyll(renderDocsProcessor) {
docs.forEach(function(doc, i) {
doc.npmId = doc.outputPath.replace('/README.md', '');
doc.outputPath = doc.outputPath.replace('src/', '');
});
// returning docs will replace docs object in the next process
@@ -1,28 +0,0 @@
<a style="float:right;font-size:12px;" href="http://github.com/driftyco/ionic-native/edit/master/src/@ionic-native/plugins/3dtouch/index.ts#L56">
Improve this doc
</a>
# 3DTouch
<!-- end header block -->
```
$ npm install @ionic-native/3dtouch --save
```
## [Usage Documentation](https://ionicframework.com/docs/v2/native/3dtouch/)
Cordova Repo: [https://github.com/EddyVerbruggen/cordova-plugin-3dtouch](https://github.com/EddyVerbruggen/cordova-plugin-3dtouch)
<!-- description -->
<!-- @platforms tag -->
## Supported platforms
- iOS
<!-- @platforms tag end -->
<!-- end for prop in method.decorators[0].argumentInfo -->
<!-- end content block -->
<!-- end body block -->
@@ -1,32 +0,0 @@
<a style="float:right;font-size:12px;" href="http://github.com/driftyco/ionic-native/edit/master/src/@ionic-native/plugins/actionsheet/index.ts#L44">
Improve this doc
</a>
# Action Sheet
<!-- end header block -->
```
$ npm install @ionic-native/actionsheet --save
```
## [Usage Documentation](https://ionicframework.com/docs/v2/native/actionsheet/)
Cordova Repo: [https://github.com/EddyVerbruggen/cordova-plugin-actionsheet](https://github.com/EddyVerbruggen/cordova-plugin-actionsheet)
<!-- description -->
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).
<!-- @platforms tag -->
## Supported platforms
- Android
- iOS
- Windows Phone 8
<!-- @platforms tag end -->
<!-- end for prop in method.decorators[0].argumentInfo -->
<!-- end content block -->
<!-- end body block -->
-30
View File
@@ -1,30 +0,0 @@
<a style="float:right;font-size:12px;" href="http://github.com/driftyco/ionic-native/edit/master/src/@ionic-native/plugins/admob/index.ts#L83">
Improve this doc
</a>
# AdMob
<!-- end header block -->
```
$ npm install @ionic-native/admob --save
```
## [Usage Documentation](https://ionicframework.com/docs/v2/native/admob/)
Cordova Repo: [https://github.com/floatinghotpot/cordova-admob-pro](https://github.com/floatinghotpot/cordova-admob-pro)
<!-- description -->
Plugin for Google Ads, including AdMob / DFP (doubleclick for publisher) and mediations to other Ad networks.
<!-- @platforms tag -->
## Supported platforms
- Android
- iOS
- Windows Phone 8
<!-- @platforms tag end -->
<!-- end for prop in method.decorators[0].argumentInfo -->
<!-- end content block -->
<!-- end body block -->
@@ -1,21 +0,0 @@
<a style="float:right;font-size:12px;" href="http://github.com/driftyco/ionic-native/edit/master/src/@ionic-native/plugins/android-fingerprint-auth/index.ts#L63">
Improve this doc
</a>
# Android Fingerprint Auth
<!-- end header block -->
```
$ npm install @ionic-native/android-fingerprint-auth --save
```
## [Usage Documentation](https://ionicframework.com/docs/v2/native/android-fingerprint-auth/)
Cordova Repo: [https://github.com/mjwheatley/cordova-plugin-android-fingerprint-auth](https://github.com/mjwheatley/cordova-plugin-android-fingerprint-auth)
<!-- description -->
This plugin will open a native dialog fragment prompting the user to authenticate using their fingerprint. If the device has a secure lockscreen (pattern, PIN, or password), the user may opt to authenticate using that method as a backup.
<!-- end for prop in method.decorators[0].argumentInfo -->
<!-- end content block -->
<!-- end body block -->
@@ -1,31 +0,0 @@
<a style="float:right;font-size:12px;" href="http://github.com/driftyco/ionic-native/edit/master/src/@ionic-native/plugins/appavailability/index.ts#L0">
Improve this doc
</a>
# App Availability
<!-- end header block -->
```
$ npm install @ionic-native/appavailability --save
```
## [Usage Documentation](https://ionicframework.com/docs/v2/native/appavailability/)
Cordova Repo: [https://github.com/ohh2ahh/AppAvailability](https://github.com/ohh2ahh/AppAvailability)
<!-- description -->
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).
<!-- @platforms tag -->
## Supported platforms
- Android
- iOS
<!-- @platforms tag end -->
<!-- end for prop in method.decorators[0].argumentInfo -->
<!-- end content block -->
<!-- end body block -->
@@ -1,31 +0,0 @@
<a style="float:right;font-size:12px;" href="http://github.com/driftyco/ionic-native/edit/master/src/@ionic-native/plugins/apprate/index.ts#L89">
Improve this doc
</a>
# App Rate
<!-- end header block -->
```
$ npm install @ionic-native/apprate --save
```
## [Usage Documentation](https://ionicframework.com/docs/v2/native/apprate/)
Cordova Repo: [https://github.com/pushandplay/cordova-plugin-apprate](https://github.com/pushandplay/cordova-plugin-apprate)
<!-- description -->
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).
<!-- @platforms tag -->
## Supported platforms
- Android
- iOS
<!-- @platforms tag end -->
<!-- end for prop in method.decorators[0].argumentInfo -->
<!-- end content block -->
<!-- end body block -->
@@ -1,31 +0,0 @@
<a style="float:right;font-size:12px;" href="http://github.com/driftyco/ionic-native/edit/master/src/@ionic-native/plugins/appversion/index.ts#L0">
Improve this doc
</a>
# App Version
<!-- end header block -->
```
$ npm install @ionic-native/appversion --save
```
## [Usage Documentation](https://ionicframework.com/docs/v2/native/appversion/)
Cordova Repo: [https://github.com/whiteoctober/cordova-plugin-app-version](https://github.com/whiteoctober/cordova-plugin-app-version)
<!-- description -->
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).
<!-- @platforms tag -->
## Supported platforms
- Android
- iOS
<!-- @platforms tag end -->
<!-- end for prop in method.decorators[0].argumentInfo -->
<!-- end content block -->
<!-- end body block -->
@@ -1,31 +0,0 @@
<a style="float:right;font-size:12px;" href="http://github.com/driftyco/ionic-native/edit/master/src/@ionic-native/plugins/background-geolocation/index.ts#L287">
Improve this doc
</a>
# BackgroundGeolocation
<!-- end header block -->
```
$ npm install @ionic-native/background-geolocation --save
```
## [Usage Documentation](https://ionicframework.com/docs/v2/native/background-geolocation/)
Cordova Repo: [https://github.com/mauron85/cordova-plugin-background-geolocation](https://github.com/mauron85/cordova-plugin-background-geolocation)
<!-- description -->
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
<!-- @platforms tag -->
## Supported platforms
- iOS
- Android
- Windows Phone 8
<!-- @platforms tag end -->
<!-- end for prop in method.decorators[0].argumentInfo -->
<!-- end content block -->
<!-- end body block -->
@@ -1,31 +0,0 @@
<a style="float:right;font-size:12px;" href="http://github.com/driftyco/ionic-native/edit/master/src/@ionic-native/plugins/backgroundmode/index.ts#L34">
Improve this doc
</a>
# Background Mode
<!-- end header block -->
```
$ npm install @ionic-native/backgroundmode --save
```
## [Usage Documentation](https://ionicframework.com/docs/v2/native/backgroundmode/)
Cordova Repo: [https://github.com/katzer/cordova-plugin-background-mode](https://github.com/katzer/cordova-plugin-background-mode)
<!-- description -->
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, vist: https://github.com/katzer/cordova-plugin-background-mode
<!-- @platforms tag -->
## Supported platforms
- Android
- iOS
- Windows Phone 8
<!-- @platforms tag end -->
<!-- end for prop in method.decorators[0].argumentInfo -->
<!-- end content block -->
<!-- end body block -->
@@ -1,34 +0,0 @@
<a style="float:right;font-size:12px;" href="http://github.com/driftyco/ionic-native/edit/master/src/@ionic-native/plugins/backlight/index.ts#L0">
Improve this doc
</a>
# Backlight
<!-- end header block -->
<p style="color:orange">
This plugin is still in beta stage and may not work as expected. Please
submit any issues to the <a target="_blank"
href="/issues">plugin repo</a>.
</p>
```
$ npm install @ionic-native/backlight --save
```
## [Usage Documentation](https://ionicframework.com/docs/v2/native/backlight/)
Cordova Repo: [https://github.com/mebibou/cordova-plugin-backlight](https://github.com/mebibou/cordova-plugin-backlight)
<!-- description -->
This plugin adds turning on/off the device backlight.
<!-- @platforms tag -->
## Supported platforms
- Android
<!-- @platforms tag end -->
<!-- end for prop in method.decorators[0].argumentInfo -->
<!-- end content block -->
<!-- end body block -->
-35
View File
@@ -1,35 +0,0 @@
<a style="float:right;font-size:12px;" href="http://github.com/driftyco/ionic-native/edit/master/src/@ionic-native/plugins/badge/index.ts#L0">
Improve this doc
</a>
# Badge
<!-- end header block -->
```
$ npm install @ionic-native/badge --save
```
## [Usage Documentation](https://ionicframework.com/docs/v2/native/badge/)
Cordova Repo: [https://github.com/katzer/cordova-plugin-badge](https://github.com/katzer/cordova-plugin-badge)
<!-- description -->
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).
<!-- @platforms tag -->
## Supported platforms
- Android
- iOS
- Browser
- Windows
- Amazon FireOS
- Windows Phone 8
<!-- @platforms tag end -->
<!-- end for prop in method.decorators[0].argumentInfo -->
<!-- end content block -->
<!-- end body block -->
@@ -1,36 +0,0 @@
<a style="float:right;font-size:12px;" href="http://github.com/driftyco/ionic-native/edit/master/src/@ionic-native/plugins/barcodescanner/index.ts#L54">
Improve this doc
</a>
# Barcode Scanner
<!-- end header block -->
```
$ npm install @ionic-native/barcodescanner --save
```
## [Usage Documentation](https://ionicframework.com/docs/v2/native/barcodescanner/)
Cordova Repo: [https://github.com/phonegap/phonegap-plugin-barcodescanner](https://github.com/phonegap/phonegap-plugin-barcodescanner)
<!-- description -->
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).
<!-- @platforms tag -->
## Supported platforms
- Android
- iOS
- Windows Phone 8
- Windows 10
- Windows 8
- BlackBerry 10
- Browser
<!-- @platforms tag end -->
<!-- end for prop in method.decorators[0].argumentInfo -->
<!-- end content block -->
<!-- end body block -->
@@ -1,30 +0,0 @@
<a style="float:right;font-size:12px;" href="http://github.com/driftyco/ionic-native/edit/master/src/@ionic-native/plugins/base64togallery/index.ts#L0">
Improve this doc
</a>
# Base64 To Gallery
<!-- end header block -->
```
$ npm install @ionic-native/base64togallery --save
```
## [Usage Documentation](https://ionicframework.com/docs/v2/native/base64togallery/)
Cordova Repo: [https://github.com/Nexxa/cordova-base64-to-gallery](https://github.com/Nexxa/cordova-base64-to-gallery)
<!-- description -->
This plugin allows you to save base64 data as a png image into the device
<!-- @platforms tag -->
## Supported platforms
- Android
- iOS
- Windows Phone 8
<!-- @platforms tag end -->
<!-- end for prop in method.decorators[0].argumentInfo -->
<!-- end content block -->
<!-- end body block -->
@@ -1,36 +0,0 @@
<a style="float:right;font-size:12px;" href="http://github.com/driftyco/ionic-native/edit/master/src/@ionic-native/plugins/batterystatus/index.ts#L15">
Improve this doc
</a>
# Battery Status
<!-- end header block -->
```
$ npm install @ionic-native/batterystatus --save
```
## [Usage Documentation](https://ionicframework.com/docs/v2/native/batterystatus/)
Cordova Repo: [https://github.com/apache/cordova-plugin-battery-status](https://github.com/apache/cordova-plugin-battery-status)
<!-- description -->
Requires Cordova plugin: cordova-plugin-batterystatus. For more info, please see the [BatteryStatus plugin docs](https://github.com/apache/cordova-plugin-battery-status).
<!-- @platforms tag -->
## Supported platforms
- Amazon Fire OS
- iOS
- Android
- BlackBerry 10
- Windows Phone 7
- Windows Phone 8
- Windows
- Firefox OS
- Browser
<!-- @platforms tag end -->
<!-- end for prop in method.decorators[0].argumentInfo -->
<!-- end content block -->
<!-- end body block -->
-41
View File
@@ -1,41 +0,0 @@
<a style="float:right;font-size:12px;" href="http://github.com/driftyco/ionic-native/edit/master/src/@ionic-native/plugins/ble/index.ts#L1">
Improve this doc
</a>
# BLE
<!-- end header block -->
```
$ npm install @ionic-native/ble --save
```
## [Usage Documentation](https://ionicframework.com/docs/v2/native/ble/)
Cordova Repo: [https://github.com/don/cordova-plugin-ble-central](https://github.com/don/cordova-plugin-ble-central)
<!-- description -->
This plugin enables communication between a phone and Bluetooth Low Energy (BLE) peripherals.
The plugin provides a simple JavaScript API for iOS and Android.
- Scan for peripherals
- Connect to a peripheral
- Read the value of a characteristic
- Write new value to a characteristic
- Get notified when characteristic's value changes
Advertising information is returned when scanning for peripherals. Service, characteristic, and property info is returned when connecting to a peripheral. All access is via service and characteristic UUIDs. The plugin manages handles internally.
Simultaneous connections to multiple peripherals are supported.
<!-- @platforms tag -->
## Supported platforms
- iOS
- Android
<!-- @platforms tag end -->
<!-- end for prop in method.decorators[0].argumentInfo -->
<!-- end content block -->
<!-- end body block -->
@@ -1,31 +0,0 @@
<a style="float:right;font-size:12px;" href="http://github.com/driftyco/ionic-native/edit/master/src/@ionic-native/plugins/bluetoothserial/index.ts#L1">
Improve this doc
</a>
# Bluetooth Serial
<!-- end header block -->
```
$ npm install @ionic-native/bluetoothserial --save
```
## [Usage Documentation](https://ionicframework.com/docs/v2/native/bluetoothserial/)
Cordova Repo: [https://github.com/don/BluetoothSerial](https://github.com/don/BluetoothSerial)
<!-- description -->
This plugin enables serial communication over Bluetooth. It was written for communicating between Android or iOS and an Arduino.
<!-- @platforms tag -->
## Supported platforms
- Android
- iOS
- Windows Phone
- Browser
<!-- @platforms tag end -->
<!-- end for prop in method.decorators[0].argumentInfo -->
<!-- end content block -->
<!-- end body block -->
@@ -1,31 +0,0 @@
<a style="float:right;font-size:12px;" href="http://github.com/driftyco/ionic-native/edit/master/src/@ionic-native/plugins/brightness/index.ts#L0">
Improve this doc
</a>
# Brightness
<!-- end header block -->
```
$ npm install @ionic-native/brightness --save
```
## [Usage Documentation](https://ionicframework.com/docs/v2/native/brightness/)
Cordova Repo: [https://github.com/mgcrea/cordova-plugin-brightness](https://github.com/mgcrea/cordova-plugin-brightness)
<!-- description -->
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).
<!-- @platforms tag -->
## Supported platforms
- Android
- iOS
<!-- @platforms tag end -->
<!-- end for prop in method.decorators[0].argumentInfo -->
<!-- end content block -->
<!-- end body block -->
@@ -1,29 +0,0 @@
<a style="float:right;font-size:12px;" href="http://github.com/driftyco/ionic-native/edit/master/src/@ionic-native/plugins/broadcaster/index.ts#L1">
Improve this doc
</a>
# Broadcaster
<!-- end header block -->
```
$ npm install @ionic-native/broadcaster --save
```
## [Usage Documentation](https://ionicframework.com/docs/v2/native/broadcaster/)
Cordova Repo: [https://github.com/bsorrentino/cordova-broadcaster](https://github.com/bsorrentino/cordova-broadcaster)
<!-- description -->
This plugin adds exchanging events between native code and your app.
<!-- @platforms tag -->
## Supported platforms
- Android
- iOS
<!-- @platforms tag end -->
<!-- end for prop in method.decorators[0].argumentInfo -->
<!-- end content block -->
<!-- end body block -->
@@ -1,31 +0,0 @@
<a style="float:right;font-size:12px;" href="http://github.com/driftyco/ionic-native/edit/master/src/@ionic-native/plugins/calendar/index.ts#L52">
Improve this doc
</a>
# Calendar
<!-- end header block -->
```
$ npm install @ionic-native/calendar --save
```
## [Usage Documentation](https://ionicframework.com/docs/v2/native/calendar/)
Cordova Repo: [https://github.com/EddyVerbruggen/Calendar-PhoneGap-Plugin](https://github.com/EddyVerbruggen/Calendar-PhoneGap-Plugin)
<!-- description -->
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).
<!-- @platforms tag -->
## Supported platforms
- Android
- iOS
<!-- @platforms tag end -->
<!-- end for prop in method.decorators[0].argumentInfo -->
<!-- end content block -->
<!-- end body block -->
@@ -1,29 +0,0 @@
<a style="float:right;font-size:12px;" href="http://github.com/driftyco/ionic-native/edit/master/src/@ionic-native/plugins/call-number/index.ts#L0">
Improve this doc
</a>
# CallNumber
<!-- end header block -->
```
$ npm install @ionic-native/call-number --save
```
## [Usage Documentation](https://ionicframework.com/docs/v2/native/call-number/)
Cordova Repo: [https://github.com/Rohfosho/CordovaCallNumberPlugin](https://github.com/Rohfosho/CordovaCallNumberPlugin)
<!-- description -->
Call a number directly from your Cordova/Ionic application.
<!-- @platforms tag -->
## Supported platforms
- iOS
- Android
<!-- @platforms tag end -->
<!-- end for prop in method.decorators[0].argumentInfo -->
<!-- end content block -->
<!-- end body block -->
@@ -1,37 +0,0 @@
<a style="float:right;font-size:12px;" href="http://github.com/driftyco/ionic-native/edit/master/src/@ionic-native/plugins/camera-preview/index.ts#L21">
Improve this doc
</a>
# CameraPreview
<!-- end header block -->
<p style="color:orange">
This plugin is still in beta stage and may not work as expected. Please
submit any issues to the <a target="_blank"
href="/issues">plugin repo</a>.
</p>
```
$ npm install @ionic-native/camera-preview --save
```
## [Usage Documentation](https://ionicframework.com/docs/v2/native/camera-preview/)
Cordova Repo: [https://github.com/cordova-plugin-camera-preview/cordova-plugin-camera-preview](https://github.com/cordova-plugin-camera-preview/cordova-plugin-camera-preview)
<!-- description -->
Showing camera preview in HTML
For more info, please see the [Cordova Camera Preview Plugin Docs](https://github.com/cordova-plugin-camera-preview/cordova-plugin-camera-preview).
<!-- @platforms tag -->
## Supported platforms
- Android
- iOS
<!-- @platforms tag end -->
<!-- end for prop in method.decorators[0].argumentInfo -->
<!-- end content block -->
<!-- end body block -->
@@ -1,38 +0,0 @@
<a style="float:right;font-size:12px;" href="http://github.com/driftyco/ionic-native/edit/master/src/@ionic-native/plugins/camera/index.ts#L85">
Improve this doc
</a>
# Camera
<!-- end header block -->
```
$ npm install @ionic-native/camera --save
```
## [Usage Documentation](https://ionicframework.com/docs/v2/native/camera/)
Cordova Repo: [https://github.com/apache/cordova-plugin-camera](https://github.com/apache/cordova-plugin-camera)
<!-- description -->
Take a photo or capture video.
Requires <a href='module:driftyco/ionic-native'>ionic-native</a> and the Cordova plugin: `cordova-plugin-camera`. For more info, please see the [Cordova Camera Plugin Docs](https://github.com/apache/cordova-plugin-camera).
<!-- @platforms tag -->
## Supported platforms
- Android
- BlackBerry
- Browser
- Firefox
- FireOS
- iOS
- Windows
- Windows Phone 8
- Ubuntu
<!-- @platforms tag end -->
<!-- end for prop in method.decorators[0].argumentInfo -->
<!-- end content block -->
<!-- end body block -->
@@ -1,29 +0,0 @@
<a style="float:right;font-size:12px;" href="http://github.com/driftyco/ionic-native/edit/master/src/@ionic-native/plugins/card-io/index.ts#L129">
Improve this doc
</a>
# CardIO
<!-- end header block -->
```
$ npm install @ionic-native/card-io --save
```
## [Usage Documentation](https://ionicframework.com/docs/v2/native/card-io/)
Cordova Repo: [https://github.com/card-io/card.io-Cordova-Plugin](https://github.com/card-io/card.io-Cordova-Plugin)
<!-- description -->
<!-- @platforms tag -->
## Supported platforms
- iOS
- Android
<!-- @platforms tag end -->
<!-- end for prop in method.decorators[0].argumentInfo -->
<!-- end content block -->
<!-- end body block -->
@@ -1,39 +0,0 @@
<a style="float:right;font-size:12px;" href="http://github.com/driftyco/ionic-native/edit/master/src/@ionic-native/plugins/clipboard/index.ts#L0">
Improve this doc
</a>
# Clipboard
<!-- end header block -->
```
$ npm install @ionic-native/clipboard --save
```
## [Usage Documentation](https://ionicframework.com/docs/v2/native/clipboard/)
Cordova Repo: [https://github.com/VersoSolutions/CordovaClipboard](https://github.com/VersoSolutions/CordovaClipboard)
<!-- description -->
Clipboard management plugin for Cordova that supports iOS, Android, and Windows Phone 8.
Requires Cordova plugin: https://github.com/VersoSolutions/CordovaClipboard
For more info, please see the [Clipboard plugin docs](https://github.com/VersoSolutions/CordovaClipboard.git).
<!-- @platforms tag -->
## Supported platforms
- Amazon Fire OS
- iOS
- Android
- BlackBerry 10
- Windows Phone 7
- Windows Phone 8
- Windows
- Firefox OS
- Browser
<!-- @platforms tag end -->
<!-- end for prop in method.decorators[0].argumentInfo -->
<!-- end content block -->
<!-- end body block -->
@@ -1,31 +0,0 @@
<a style="float:right;font-size:12px;" href="http://github.com/driftyco/ionic-native/edit/master/src/@ionic-native/plugins/code-push/index.ts#L395">
Improve this doc
</a>
# CodePush
<!-- end header block -->
```
$ npm install @ionic-native/code-push --save
```
## [Usage Documentation](https://ionicframework.com/docs/v2/native/code-push/)
Cordova Repo: [https://github.com/Microsoft/cordova-plugin-code-push](https://github.com/Microsoft/cordova-plugin-code-push)
<!-- description -->
CodePush plugin for Cordova by Microsoft that supports iOS and Android.
For more info, please see https://github.com/ksachdeva/ionic2-code-push-example
<!-- @platforms tag -->
## Supported platforms
- Android
- iOS
<!-- @platforms tag end -->
<!-- end for prop in method.decorators[0].argumentInfo -->
<!-- end content block -->
<!-- end body block -->
@@ -1,21 +0,0 @@
<a style="float:right;font-size:12px;" href="http://github.com/driftyco/ionic-native/edit/master/src/@ionic-native/plugins/contacts/index.ts#L251">
Improve this doc
</a>
# Contacts
<!-- end header block -->
```
$ npm install @ionic-native/contacts --save
```
## [Usage Documentation](https://ionicframework.com/docs/v2/native/contacts/)
Cordova Repo: [https://github.com/apache/cordova-plugin-contacts](https://github.com/apache/cordova-plugin-contacts)
<!-- description -->
Access and manage Contacts on the device.
<!-- end for prop in method.decorators[0].argumentInfo -->
<!-- end content block -->
<!-- end body block -->
@@ -1,366 +0,0 @@
<li class="capitalize {% if page.id == '3dtouch' %}active{% endif %}">
<a href="/3dtouch/readme.md">3DTouch</a>
</li>
<li class="capitalize {% if page.id == 'action-sheet' %}active{% endif %}">
<a href="/actionsheet/readme.md">Action Sheet</a>
</li>
<li class="capitalize {% if page.id == 'admob' %}active{% endif %}">
<a href="/admob/readme.md">AdMob</a>
</li>
<li class="capitalize {% if page.id == 'android-fingerprint-auth' %}active{% endif %}">
<a href="/android-fingerprint-auth/readme.md">Android Fingerprint Auth</a>
</li>
<li class="capitalize {% if page.id == 'app-availability' %}active{% endif %}">
<a href="/appavailability/readme.md">App Availability</a>
</li>
<li class="capitalize {% if page.id == 'app-rate' %}active{% endif %}">
<a href="/apprate/readme.md">App Rate</a>
</li>
<li class="capitalize {% if page.id == 'app-version' %}active{% endif %}">
<a href="/appversion/readme.md">App Version</a>
</li>
<li class="capitalize {% if page.id == 'background-mode' %}active{% endif %}">
<a href="/backgroundmode/readme.md">Background Mode</a>
</li>
<li class="capitalize {% if page.id == 'backgroundgeolocation' %}active{% endif %}">
<a href="/background-geolocation/readme.md">BackgroundGeolocation</a>
</li>
<li class="capitalize {% if page.id == 'badge' %}active{% endif %}">
<a href="/badge/readme.md">Badge</a>
</li>
<li class="capitalize {% if page.id == 'barcode-scanner' %}active{% endif %}">
<a href="/barcodescanner/readme.md">Barcode Scanner</a>
</li>
<li class="capitalize {% if page.id == 'base64-to-gallery' %}active{% endif %}">
<a href="/base64togallery/readme.md">Base64 To Gallery</a>
</li>
<li class="capitalize {% if page.id == 'battery-status' %}active{% endif %}">
<a href="/batterystatus/readme.md">Battery Status</a>
</li>
<li class="capitalize {% if page.id == 'ble' %}active{% endif %}">
<a href="/ble/readme.md">BLE</a>
</li>
<li class="capitalize {% if page.id == 'bluetooth-serial' %}active{% endif %}">
<a href="/bluetoothserial/readme.md">Bluetooth Serial</a>
</li>
<li class="capitalize {% if page.id == 'brightness' %}active{% endif %}">
<a href="/brightness/readme.md">Brightness</a>
</li>
<li class="capitalize {% if page.id == 'broadcaster' %}active{% endif %}">
<a href="/broadcaster/readme.md">Broadcaster</a>
</li>
<li class="capitalize {% if page.id == 'calendar' %}active{% endif %}">
<a href="/calendar/readme.md">Calendar</a>
</li>
<li class="capitalize {% if page.id == 'callnumber' %}active{% endif %}">
<a href="/call-number/readme.md">CallNumber</a>
</li>
<li class="capitalize {% if page.id == 'camera' %}active{% endif %}">
<a href="/camera/readme.md">Camera</a>
</li>
<li class="capitalize {% if page.id == 'cardio' %}active{% endif %}">
<a href="/card-io/readme.md">CardIO</a>
</li>
<li class="capitalize {% if page.id == 'clipboard' %}active{% endif %}">
<a href="/clipboard/readme.md">Clipboard</a>
</li>
<li class="capitalize {% if page.id == 'codepush' %}active{% endif %}">
<a href="/code-push/readme.md">CodePush</a>
</li>
<li class="capitalize {% if page.id == 'contacts' %}active{% endif %}">
<a href="/contacts/readme.md">Contacts</a>
</li>
<li class="capitalize {% if page.id == 'crop' %}active{% endif %}">
<a href="/crop/readme.md">Crop</a>
</li>
<li class="capitalize {% if page.id == 'date-picker' %}active{% endif %}">
<a href="/datepicker/readme.md">Date Picker</a>
</li>
<li class="capitalize {% if page.id == 'db-meter' %}active{% endif %}">
<a href="/dbmeter/readme.md">DB Meter</a>
</li>
<li class="capitalize {% if page.id == 'device' %}active{% endif %}">
<a href="/device/readme.md">Device</a>
</li>
<li class="capitalize {% if page.id == 'device-motion' %}active{% endif %}">
<a href="/devicemotion/readme.md">Device Motion</a>
</li>
<li class="capitalize {% if page.id == 'device-orientation' %}active{% endif %}">
<a href="/deviceorientation/readme.md">Device Orientation</a>
</li>
<li class="capitalize {% if page.id == 'deviceaccounts' %}active{% endif %}">
<a href="/deviceaccounts/readme.md">DeviceAccounts</a>
</li>
<li class="capitalize {% if page.id == 'devicefeedback' %}active{% endif %}">
<a href="/device-feedback/readme.md">DeviceFeedback</a>
</li>
<li class="capitalize {% if page.id == 'diagnostic' %}active{% endif %}">
<a href="/diagnostic/readme.md">Diagnostic</a>
</li>
<li class="capitalize {% if page.id == 'dialogs' %}active{% endif %}">
<a href="/dialogs/readme.md">Dialogs</a>
</li>
<li class="capitalize {% if page.id == 'estimotebeacons' %}active{% endif %}">
<a href="/estimote-beacons/readme.md">EstimoteBeacons</a>
</li>
<li class="capitalize {% if page.id == 'facebook' %}active{% endif %}">
<a href="/facebook/readme.md">Facebook</a>
</li>
<li class="capitalize {% if page.id == 'file' %}active{% endif %}">
<a href="/file/readme.md">File</a>
</li>
<li class="capitalize {% if page.id == 'filechooser' %}active{% endif %}">
<a href="/file-chooser/readme.md">FileChooser</a>
</li>
<li class="capitalize {% if page.id == 'fileopener' %}active{% endif %}">
<a href="/file-opener/readme.md">FileOpener</a>
</li>
<li class="capitalize {% if page.id == 'filepath' %}active{% endif %}">
<a href="/filepath/readme.md">FilePath</a>
</li>
<li class="capitalize {% if page.id == 'firebase' %}active{% endif %}">
<a href="/firebase/readme.md">Firebase</a>
</li>
<li class="capitalize {% if page.id == 'flashlight' %}active{% endif %}">
<a href="/flashlight/readme.md">Flashlight</a>
</li>
<li class="capitalize {% if page.id == 'geofence' %}active{% endif %}">
<a href="/geofence/readme.md">Geofence</a>
</li>
<li class="capitalize {% if page.id == 'geolocation' %}active{% endif %}">
<a href="/geolocation/readme.md">Geolocation</a>
</li>
<li class="capitalize {% if page.id == 'globalization' %}active{% endif %}">
<a href="/globalization/readme.md">Globalization</a>
</li>
<li class="capitalize {% if page.id == 'google-analytics' %}active{% endif %}">
<a href="/googleanalytics/readme.md">Google Analytics</a>
</li>
<li class="capitalize {% if page.id == 'google-maps' %}active{% endif %}">
<a href="/googlemap/readme.md">Google Maps</a>
</li>
<li class="capitalize {% if page.id == 'google-plus' %}active{% endif %}">
<a href="/google-plus/readme.md">Google Plus</a>
</li>
<li class="capitalize {% if page.id == 'headercolor' %}active{% endif %}">
<a href="/headercolor/readme.md">HeaderColor</a>
</li>
<li class="capitalize {% if page.id == 'http' %}active{% endif %}">
<a href="/http/readme.md">HTTP</a>
</li>
<li class="capitalize {% if page.id == 'httpd' %}active{% endif %}">
<a href="/httpd/readme.md">Httpd</a>
</li>
<li class="capitalize {% if page.id == 'ibeacon' %}active{% endif %}">
<a href="/ibeacon/readme.md">IBeacon</a>
</li>
<li class="capitalize {% if page.id == 'image-picker' %}active{% endif %}">
<a href="/imagepicker/readme.md">Image Picker</a>
</li>
<li class="capitalize {% if page.id == 'imageresizer' %}active{% endif %}">
<a href="/imageresizer/readme.md">ImageResizer</a>
</li>
<li class="capitalize {% if page.id == 'inappbrowser' %}active{% endif %}">
<a href="/inappbrowser/readme.md">InAppBrowser</a>
</li>
<li class="capitalize {% if page.id == 'inapppurchase' %}active{% endif %}">
<a href="/inapppurchase/readme.md">InAppPurchase</a>
</li>
<li class="capitalize {% if page.id == 'insomnia' %}active{% endif %}">
<a href="/insomnia/readme.md">Insomnia</a>
</li>
<li class="capitalize {% if page.id == 'instagram' %}active{% endif %}">
<a href="/instagram/readme.md">Instagram</a>
</li>
<li class="capitalize {% if page.id == 'ionic-deeplinks' %}active{% endif %}">
<a href="/deeplinks/readme.md">Ionic Deeplinks</a>
</li>
<li class="capitalize {% if page.id == 'isdebug' %}active{% endif %}">
<a href="/is-debug/readme.md">IsDebug</a>
</li>
<li class="capitalize {% if page.id == 'keyboard' %}active{% endif %}">
<a href="/keyboard/readme.md">Keyboard</a>
</li>
<li class="capitalize {% if page.id == 'launch-navigator' %}active{% endif %}">
<a href="/launchnavigator/readme.md">Launch Navigator</a>
</li>
<li class="capitalize {% if page.id == 'launchreview' %}active{% endif %}">
<a href="/launch-review/readme.md">LaunchReview</a>
</li>
<li class="capitalize {% if page.id == 'local-notifications' %}active{% endif %}">
<a href="/localnotifications/readme.md">Local Notifications</a>
</li>
<li class="capitalize {% if page.id == 'locationaccuracy' %}active{% endif %}">
<a href="/location-accuracy/readme.md">LocationAccuracy</a>
</li>
<li class="capitalize {% if page.id == 'market' %}active{% endif %}">
<a href="/market/readme.md">Market</a>
</li>
<li class="capitalize {% if page.id == 'media-capture' %}active{% endif %}">
<a href="/media-capture/readme.md">Media Capture</a>
</li>
<li class="capitalize {% if page.id == 'mediaplugin' %}active{% endif %}">
<a href="/media/readme.md">MediaPlugin</a>
</li>
<li class="capitalize {% if page.id == 'mixpanel' %}active{% endif %}">
<a href="/mixpanel/readme.md">Mixpanel</a>
</li>
<li class="capitalize {% if page.id == 'musiccontrols' %}active{% endif %}">
<a href="/music-controls/readme.md">MusicControls</a>
</li>
<li class="capitalize {% if page.id == 'nativeaudio' %}active{% endif %}">
<a href="/native-audio/readme.md">NativeAudio</a>
</li>
<li class="capitalize {% if page.id == 'nativepagetransitions' %}active{% endif %}">
<a href="/native-page-transitions/readme.md">NativePageTransitions</a>
</li>
<li class="capitalize {% if page.id == 'nativestorage' %}active{% endif %}">
<a href="/nativestorage/readme.md">NativeStorage</a>
</li>
<li class="capitalize {% if page.id == 'network' %}active{% endif %}">
<a href="/network/readme.md">Network</a>
</li>
<li class="capitalize {% if page.id == 'nfc' %}active{% endif %}">
<a href="/nfc/readme.md">NFC</a>
</li>
<li class="capitalize {% if page.id == 'onesignal' %}active{% endif %}">
<a href="/onesignal/readme.md">OneSignal</a>
</li>
<li class="capitalize {% if page.id == 'paypal' %}active{% endif %}">
<a href="/pay-pal/readme.md">PayPal</a>
</li>
<li class="capitalize {% if page.id == 'photo-viewer' %}active{% endif %}">
<a href="/photo-viewer/readme.md">Photo Viewer</a>
</li>
<li class="capitalize {% if page.id == 'pin-dialog' %}active{% endif %}">
<a href="/pin-dialog/readme.md">Pin Dialog</a>
</li>
<li class="capitalize {% if page.id == 'powermanagement' %}active{% endif %}">
<a href="/power-management/readme.md">PowerManagement</a>
</li>
<li class="capitalize {% if page.id == 'printer' %}active{% endif %}">
<a href="/printer/readme.md">Printer</a>
</li>
<li class="capitalize {% if page.id == 'push' %}active{% endif %}">
<a href="/push/readme.md">Push</a>
</li>
<li class="capitalize {% if page.id == 'safariviewcontroller' %}active{% endif %}">
<a href="/safari-view-controller/readme.md">SafariViewController</a>
</li>
<li class="capitalize {% if page.id == 'screen-orientation' %}active{% endif %}">
<a href="/screen-orientation/readme.md">Screen Orientation</a>
</li>
<li class="capitalize {% if page.id == 'screenshot' %}active{% endif %}">
<a href="/screenshot/readme.md">Screenshot</a>
</li>
<li class="capitalize {% if page.id == 'secure-storage' %}active{% endif %}">
<a href="/securestorage/readme.md">Secure Storage</a>
</li>
<li class="capitalize {% if page.id == 'serial' %}active{% endif %}">
<a href="/serial/readme.md">Serial</a>
</li>
<li class="capitalize {% if page.id == 'shake' %}active{% endif %}">
<a href="/shake/readme.md">Shake</a>
</li>
<li class="capitalize {% if page.id == 'sim' %}active{% endif %}">
<a href="/sim/readme.md">Sim</a>
</li>
<li class="capitalize {% if page.id == 'sms' %}active{% endif %}">
<a href="/sms/readme.md">SMS</a>
</li>
<li class="capitalize {% if page.id == 'social-sharing' %}active{% endif %}">
<a href="/socialsharing/readme.md">Social Sharing</a>
</li>
<li class="capitalize {% if page.id == 'spinner-dialog' %}active{% endif %}">
<a href="/spinnerdialog/readme.md">Spinner Dialog</a>
</li>
<li class="capitalize {% if page.id == 'splashscreen' %}active{% endif %}">
<a href="/splashscreen/readme.md">Splashscreen</a>
</li>
<li class="capitalize {% if page.id == 'sqlite' %}active{% endif %}">
<a href="/sqlite/readme.md">SQLite</a>
</li>
<li class="capitalize {% if page.id == 'status-bar' %}active{% endif %}">
<a href="/statusbar/readme.md">Status Bar</a>
</li>
<li class="capitalize {% if page.id == 'stepcounter' %}active{% endif %}">
<a href="/stepcounter/readme.md">Stepcounter</a>
</li>
<li class="capitalize {% if page.id == 'streamingmedia' %}active{% endif %}">
<a href="/streaming-media/readme.md">StreamingMedia</a>
</li>
<li class="capitalize {% if page.id == 'texttospeech' %}active{% endif %}">
<a href="/text-to-speech/readme.md">TextToSpeech</a>
</li>
<li class="capitalize {% if page.id == 'themeablebrowser' %}active{% endif %}">
<a href="/themeable-browser/readme.md">ThemeableBrowser</a>
</li>
<li class="capitalize {% if page.id == 'toast' %}active{% endif %}">
<a href="/toast/readme.md">Toast</a>
</li>
<li class="capitalize {% if page.id == 'touchid' %}active{% endif %}">
<a href="/touchid/readme.md">TouchID</a>
</li>
<li class="capitalize {% if page.id == 'transfer' %}active{% endif %}">
<a href="/filetransfer/readme.md">Transfer</a>
</li>
<li class="capitalize {% if page.id == 'twitter-connect' %}active{% endif %}">
<a href="/twitter-connect/readme.md">Twitter Connect</a>
</li>
<li class="capitalize {% if page.id == 'vibration' %}active{% endif %}">
<a href="/vibration/readme.md">Vibration</a>
</li>
<li class="capitalize {% if page.id == 'videoeditor' %}active{% endif %}">
<a href="/video-editor/readme.md">VideoEditor</a>
</li>
<li class="capitalize {% if page.id == 'videoplayer' %}active{% endif %}">
<a href="/video-player/readme.md">VideoPlayer</a>
</li>
<li class="capitalize {% if page.id == 'webintent' %}active{% endif %}">
<a href="/webintent/readme.md">WebIntent</a>
</li>
<li class="capitalize {% if page.id == 'youtubevideoplayer' %}active{% endif %}">
<a href="/youtube-video-player/readme.md">YoutubeVideoPlayer</a>
</li>
<li class="capitalize {% if page.id == 'zbar' %}active{% endif %}">
<a href="/z-bar/readme.md">ZBar</a>
</li>
<li class="capitalize {% if page.id == 'zip' %}active{% endif %}">
<a href="/zip/readme.md">Zip</a>
</li>
<li class="capitalize {% if page.id == 'backlight' %}active{% endif %}">
<a href="/backlight/readme.md">Backlight <span class="beta">&beta;</span></a>
</li>
<li class="capitalize {% if page.id == 'camerapreview' %}active{% endif %}">
<a href="/camera-preview/readme.md">CameraPreview <span class="beta">&beta;</span></a>
</li>
<li class="capitalize {% if page.id == 'email-composer' %}active{% endif %}">
<a href="/emailcomposer/readme.md">Email Composer <span class="beta">&beta;</span></a>
</li>
<li class="capitalize {% if page.id == 'fingerprintaio' %}active{% endif %}">
<a href="/fingerprint-aio/readme.md">FingerprintAIO <span class="beta">&beta;</span></a>
</li>
<li class="capitalize {% if page.id == 'hotspot' %}active{% endif %}">
<a href="/hotspot/readme.md">Hotspot <span class="beta">&beta;</span></a>
</li>
<li class="capitalize {% if page.id == 'nativegeocoder' %}active{% endif %}">
<a href="/native-geocoder/readme.md">NativeGeocoder <span class="beta">&beta;</span></a>
</li>
<li class="capitalize {% if page.id == 'navigationbar' %}active{% endif %}">
<a href="/navigationbar/readme.md">NavigationBar <span class="beta">&beta;</span></a>
</li>
<li class="capitalize {% if page.id == 'pinterest' %}active{% endif %}">
<a href="/pinterest/readme.md">Pinterest <span class="beta">&beta;</span></a>
</li>
<li class="capitalize {% if page.id == 'rollbar' %}active{% endif %}">
<a href="/rollbar/readme.md">Rollbar <span class="beta">&beta;</span></a>
</li>
<li class="capitalize {% if page.id == 'speechrecognition' %}active{% endif %}">
<a href="/speech-recognition/readme.md">SpeechRecognition <span class="beta">&beta;</span></a>
</li>
<li class="capitalize {% if page.id == 'stripe' %}active{% endif %}">
<a href="/stripe/readme.md">Stripe <span class="beta">&beta;</span></a>
</li>
-21
View File
@@ -1,21 +0,0 @@
<a style="float:right;font-size:12px;" href="http://github.com/driftyco/ionic-native/edit/master/src/@ionic-native/plugins/crop/index.ts#L0">
Improve this doc
</a>
# Crop
<!-- end header block -->
```
$ npm install @ionic-native/crop --save
```
## [Usage Documentation](https://ionicframework.com/docs/v2/native/crop/)
Cordova Repo: [https://github.com/jeduan/cordova-plugin-crop](https://github.com/jeduan/cordova-plugin-crop)
<!-- description -->
Crops images
<!-- end for prop in method.decorators[0].argumentInfo -->
<!-- end content block -->
<!-- end body block -->
@@ -1,30 +0,0 @@
<a style="float:right;font-size:12px;" href="http://github.com/driftyco/ionic-native/edit/master/src/@ionic-native/plugins/datepicker/index.ts#L118">
Improve this doc
</a>
# Date Picker
<!-- end header block -->
```
$ npm install @ionic-native/datepicker --save
```
## [Usage Documentation](https://ionicframework.com/docs/v2/native/datepicker/)
Cordova Repo: [https://github.com/VitaliiBlagodir/cordova-plugin-datepicker](https://github.com/VitaliiBlagodir/cordova-plugin-datepicker)
<!-- description -->
The DatePicker plugin allows the user to fetch date or time using native dialogs.
<!-- @platforms tag -->
## Supported platforms
- Android
- iOS
- Windows
<!-- @platforms tag end -->
<!-- end for prop in method.decorators[0].argumentInfo -->
<!-- end content block -->
<!-- end body block -->
@@ -1,29 +0,0 @@
<a style="float:right;font-size:12px;" href="http://github.com/driftyco/ionic-native/edit/master/src/@ionic-native/plugins/dbmeter/index.ts#L1">
Improve this doc
</a>
# DB Meter
<!-- end header block -->
```
$ npm install @ionic-native/dbmeter --save
```
## [Usage Documentation](https://ionicframework.com/docs/v2/native/dbmeter/)
Cordova Repo: [https://github.com/akofman/cordova-plugin-dbmeter](https://github.com/akofman/cordova-plugin-dbmeter)
<!-- description -->
This plugin defines a global DBMeter object, which permits to get the decibel values from the microphone.
<!-- @platforms tag -->
## Supported platforms
- iOS
- Android
<!-- @platforms tag end -->
<!-- end for prop in method.decorators[0].argumentInfo -->
<!-- end content block -->
<!-- end body block -->
@@ -1,30 +0,0 @@
<a style="float:right;font-size:12px;" href="http://github.com/driftyco/ionic-native/edit/master/src/@ionic-native/plugins/deeplinks/index.ts#L22">
Improve this doc
</a>
# Ionic Deeplinks
<!-- end header block -->
```
$ ionic plugin add ionic-plugin-deeplinks --variable URL_SCHEME=myapp --variable DEEPLINK_SCHEME=https --variable DEEPLINK_HOST=example.com --variable ANDROID_PATH_PREFIX=/
```
## [Usage Documentation](https://ionicframework.com/docs/v2/native/deeplinks/)
Cordova Repo: [https://github.com/driftyco/ionic-plugin-deeplinks](https://github.com/driftyco/ionic-plugin-deeplinks)
<!-- description -->
This plugin handles deeplinks on iOS and Android for both custom URL scheme links
and Universal App Links.
<!-- @platforms tag -->
## Supported platforms
- iOS
- Android
<!-- @platforms tag end -->
<!-- end for prop in method.decorators[0].argumentInfo -->
<!-- end content block -->
<!-- end body block -->
@@ -1,28 +0,0 @@
<a style="float:right;font-size:12px;" href="http://github.com/driftyco/ionic-native/edit/master/src/@ionic-native/plugins/device-feedback/index.ts#L0">
Improve this doc
</a>
# DeviceFeedback
<!-- end header block -->
```
$ npm install @ionic-native/device-feedback --save
```
## [Usage Documentation](https://ionicframework.com/docs/v2/native/device-feedback/)
Cordova Repo: [https://github.com/VVelda/device-feedback](https://github.com/VVelda/device-feedback)
<!-- description -->
Plugin that lets you provide haptic or acoustic feedback on Android devices.
<!-- @platforms tag -->
## Supported platforms
- Android
<!-- @platforms tag end -->
<!-- end for prop in method.decorators[0].argumentInfo -->
<!-- end content block -->
<!-- end body block -->
@@ -1,21 +0,0 @@
<a style="float:right;font-size:12px;" href="http://github.com/driftyco/ionic-native/edit/master/src/@ionic-native/plugins/device/index.ts#L2">
Improve this doc
</a>
# Device
<!-- end header block -->
```
$ npm install @ionic-native/device --save
```
## [Usage Documentation](https://ionicframework.com/docs/v2/native/device/)
Cordova Repo: [https://github.com/apache/cordova-plugin-device](https://github.com/apache/cordova-plugin-device)
<!-- description -->
Access information about the underlying device and platform.
<!-- end for prop in method.decorators[0].argumentInfo -->
<!-- end content block -->
<!-- end body block -->
@@ -1,29 +0,0 @@
<a style="float:right;font-size:12px;" href="http://github.com/driftyco/ionic-native/edit/master/src/@ionic-native/plugins/deviceaccounts/index.ts#L0">
Improve this doc
</a>
# DeviceAccounts
<!-- end header block -->
```
$ npm install @ionic-native/deviceaccounts --save
```
## [Usage Documentation](https://ionicframework.com/docs/v2/native/deviceaccounts/)
Cordova Repo: [https://github.com/loicknuchel/cordova-device-accounts](https://github.com/loicknuchel/cordova-device-accounts)
<!-- description -->
<!-- @platforms tag -->
## Supported platforms
- Android
<!-- @platforms tag end -->
<!-- end for prop in method.decorators[0].argumentInfo -->
<!-- end content block -->
<!-- end body block -->
@@ -1,21 +0,0 @@
<a style="float:right;font-size:12px;" href="http://github.com/driftyco/ionic-native/edit/master/src/@ionic-native/plugins/devicemotion/index.ts#L34">
Improve this doc
</a>
# Device Motion
<!-- end header block -->
```
$ npm install @ionic-native/devicemotion --save
```
## [Usage Documentation](https://ionicframework.com/docs/v2/native/devicemotion/)
Cordova Repo: [https://github.com/apache/cordova-plugin-device-motion](https://github.com/apache/cordova-plugin-device-motion)
<!-- description -->
Requires Cordova plugin: `cordova-plugin-device-motion`. For more info, please see the [Device Motion docs](https://github.com/apache/cordova-plugin-device-motion).
<!-- end for prop in method.decorators[0].argumentInfo -->
<!-- end content block -->
<!-- end body block -->
@@ -1,21 +0,0 @@
<a style="float:right;font-size:12px;" href="http://github.com/driftyco/ionic-native/edit/master/src/@ionic-native/plugins/deviceorientation/index.ts#L39">
Improve this doc
</a>
# Device Orientation
<!-- end header block -->
```
$ npm install @ionic-native/deviceorientation --save
```
## [Usage Documentation](https://ionicframework.com/docs/v2/native/deviceorientation/)
Cordova Repo: [https://github.com/apache/cordova-plugin-device-orientation](https://github.com/apache/cordova-plugin-device-orientation)
<!-- description -->
Requires Cordova plugin: `cordova-plugin-device-orientation`. For more info, please see the [Device Orientation docs](https://github.com/apache/cordova-plugin-device-orientation).
<!-- end for prop in method.decorators[0].argumentInfo -->
<!-- end content block -->
<!-- end body block -->
@@ -1,21 +0,0 @@
<a style="float:right;font-size:12px;" href="http://github.com/driftyco/ionic-native/edit/master/src/@ionic-native/plugins/diagnostic/index.ts#L0">
Improve this doc
</a>
# Diagnostic
<!-- end header block -->
```
$ npm install @ionic-native/diagnostic --save
```
## [Usage Documentation](https://ionicframework.com/docs/v2/native/diagnostic/)
Cordova Repo: [https://github.com/dpa99c/cordova-diagnostic-plugin](https://github.com/dpa99c/cordova-diagnostic-plugin)
<!-- description -->
Checks whether device hardware features are enabled or available to the app, e.g. camera, GPS, wifi
<!-- end for prop in method.decorators[0].argumentInfo -->
<!-- end content block -->
<!-- end body block -->
@@ -1,23 +0,0 @@
<a style="float:right;font-size:12px;" href="http://github.com/driftyco/ionic-native/edit/master/src/@ionic-native/plugins/dialogs/index.ts#L15">
Improve this doc
</a>
# Dialogs
<!-- end header block -->
```
$ npm install @ionic-native/dialogs --save
```
## [Usage Documentation](https://ionicframework.com/docs/v2/native/dialogs/)
Cordova Repo: [https://github.com/apache/cordova-plugin-dialogs.git](https://github.com/apache/cordova-plugin-dialogs.git)
<!-- description -->
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).
<!-- end for prop in method.decorators[0].argumentInfo -->
<!-- end content block -->
<!-- end body block -->
@@ -1,38 +0,0 @@
<a style="float:right;font-size:12px;" href="http://github.com/driftyco/ionic-native/edit/master/src/@ionic-native/plugins/emailcomposer/index.ts#L22">
Improve this doc
</a>
# Email Composer
<!-- end header block -->
<p style="color:orange">
This plugin is still in beta stage and may not work as expected. Please
submit any issues to the <a target="_blank"
href="/issues">plugin repo</a>.
</p>
```
$ npm install @ionic-native/emailcomposer --save
```
## [Usage Documentation](https://ionicframework.com/docs/v2/native/emailcomposer/)
Cordova Repo: [https://github.com/hypery2k/cordova-email-plugin](https://github.com/hypery2k/cordova-email-plugin)
<!-- description -->
Requires Cordova plugin: cordova-plugin-email-composer. For more info, please see the [Email Composer plugin docs](https://github.com/hypery2k/cordova-email-plugin).
DISCLAIMER: This plugin is experiencing issues with the latest versions of Cordova. Use at your own risk. Functionality is not guaranteed. Please stay tuned for a more stable version.
A good alternative to this plugin is the social sharing plugin.
<!-- @platforms tag -->
## Supported platforms
- Android
- iOS
<!-- @platforms tag end -->
<!-- end for prop in method.decorators[0].argumentInfo -->
<!-- end content block -->
<!-- end body block -->
@@ -1,29 +0,0 @@
<a style="float:right;font-size:12px;" href="http://github.com/driftyco/ionic-native/edit/master/src/@ionic-native/plugins/estimote-beacons/index.ts#L15">
Improve this doc
</a>
# EstimoteBeacons
<!-- end header block -->
```
$ npm install @ionic-native/estimote-beacons --save
```
## [Usage Documentation](https://ionicframework.com/docs/v2/native/estimote-beacons/)
Cordova Repo: [https://github.com/evothings/phonegap-estimotebeacons](https://github.com/evothings/phonegap-estimotebeacons)
<!-- description -->
This plugin enables communication between a phone and Estimote Beacons peripherals.
<!-- @platforms tag -->
## Supported platforms
- iOS
- Android
<!-- @platforms tag end -->
<!-- end for prop in method.decorators[0].argumentInfo -->
<!-- end content block -->
<!-- end body block -->
@@ -1,84 +0,0 @@
<a style="float:right;font-size:12px;" href="http://github.com/driftyco/ionic-native/edit/master/src/@ionic-native/plugins/facebook/index.ts#L22">
Improve this doc
</a>
# Facebook
<!-- end header block -->
```
$ ionic plugin add cordova-plugin-facebook4 --variable APP_ID="123456789" --variable APP_NAME="myApplication"
```
## [Usage Documentation](https://ionicframework.com/docs/v2/native/facebook/)
Cordova Repo: [https://github.com/jeduan/cordova-plugin-facebook4](https://github.com/jeduan/cordova-plugin-facebook4)
<!-- description -->
Use the Facebook Connect plugin to obtain access to the native FB application on iOS and Android.
Requires Cordova plugin: `cordova-plugin-facebook4`. For more info, please see the [Facebook Connect](https://github.com/jeduan/cordova-plugin-facebook4).
#### Installation
To use the FB plugin, you first have to create a new Facebook App inside of the Facebook developer portal at [https://developers.facebook.com/apps](https://developers.facebook.com/apps).
[![fb-getstarted-1](/img/docs/native/Facebook/1.png)](https://developers.facebook.com/apps/)
Retrieve the `App ID` and `App Name`.
[![fb-getstarted-2](/img/docs/native/Facebook/2.png)](https://developers.facebook.com/apps/)
Then type in the following command in your Terminal, where APP_ID and APP_NAME are the values from the Facebook Developer portal.
```bash
ionic plugin add cordova-plugin-facebook4 --save --variable APP_ID="123456789" --variable APP_NAME="myApplication"
```
After, you'll need to add the native platforms you'll be using to your app in the Facebook Developer portal under your app's Settings:
[![fb-getstarted-3](/img/docs/native/Facebook/3.png)](https://developers.facebook.com/apps/)
Click `'Add Platform'`.
[![fb-getstarted-4](/img/docs/native/Facebook/4.png)](https://developers.facebook.com/apps/)
At this point you'll need to open your project's [`config.xml`](https://cordova.apache.org/docs/en/latest/config_ref/index.html) file, found in the root directory of your project.
Take note of the `id` for the next step:
```
<widget id="com.mycompany.testapp" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
```
You can also edit the `id` to whatever you'd like it to be.
#### iOS Install
Under 'Bundle ID', add the `id` from your `config.xml` file:
[![fb-getstarted-5](/img/docs/native/Facebook/5.png)](https://developers.facebook.com/apps/)
#### Android Install
Under 'Google Play Package Name', add the `id` from your `config.xml` file:
[![fb-getstarted-6](/img/docs/native/Facebook/6.png)](https://developers.facebook.com/apps/)
And that's it! You can now make calls to Facebook using the plugin.
## Events
App events allow you to understand the makeup of users engaging with your app, measure the performance of your Facebook mobile app ads, and reach specific sets of your users with Facebook mobile app ads.
- [iOS] [https://developers.facebook.com/docs/ios/app-events](https://developers.facebook.com/docs/ios/app-events)
- [Android] [https://developers.facebook.com/docs/android/app-events](https://developers.facebook.com/docs/android/app-events)
- [JS] Does not have an Events API, so the plugin functions are empty and will return an automatic success
Activation events are automatically tracked for you in the plugin.
Events are listed on the [insights page](https://www.facebook.com/insights/).
For tracking events, see `logEvent` and `logPurchase`.
<!-- end for prop in method.decorators[0].argumentInfo -->
<!-- end content block -->
<!-- end body block -->
@@ -1,28 +0,0 @@
<a style="float:right;font-size:12px;" href="http://github.com/driftyco/ionic-native/edit/master/src/@ionic-native/plugins/file-chooser/index.ts#L0">
Improve this doc
</a>
# FileChooser
<!-- end header block -->
```
$ npm install @ionic-native/file-chooser --save
```
## [Usage Documentation](https://ionicframework.com/docs/v2/native/file-chooser/)
Cordova Repo: [https://github.com/don/cordova-filechooser](https://github.com/don/cordova-filechooser)
<!-- description -->
Opens the file picker on Android for the user to select a file, returns a file URI.
<!-- @platforms tag -->
## Supported platforms
- Android
<!-- @platforms tag end -->
<!-- end for prop in method.decorators[0].argumentInfo -->
<!-- end content block -->
<!-- end body block -->
@@ -1,21 +0,0 @@
<a style="float:right;font-size:12px;" href="http://github.com/driftyco/ionic-native/edit/master/src/@ionic-native/plugins/file-opener/index.ts#L0">
Improve this doc
</a>
# FileOpener
<!-- end header block -->
```
$ npm install @ionic-native/file-opener --save
```
## [Usage Documentation](https://ionicframework.com/docs/v2/native/file-opener/)
Cordova Repo: [https://github.com/pwlin/cordova-plugin-file-opener2](https://github.com/pwlin/cordova-plugin-file-opener2)
<!-- description -->
This plugin will open a file on your device file system with its default application.
<!-- end for prop in method.decorators[0].argumentInfo -->
<!-- end content block -->
<!-- end body block -->
-37
View File
@@ -1,37 +0,0 @@
<a style="float:right;font-size:12px;" href="http://github.com/driftyco/ionic-native/edit/master/src/@ionic-native/plugins/file/index.ts#L338">
Improve this doc
</a>
# File
<!-- end header block -->
```
$ npm install @ionic-native/file --save
```
## [Usage Documentation](https://ionicframework.com/docs/v2/native/file/)
Cordova Repo: [https://github.com/apache/cordova-plugin-file](https://github.com/apache/cordova-plugin-file)
<!-- description -->
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.
Example:
```
import { File } from '@ionic-native/file';
declare var cordova: any;
const fs:string = cordova.file.dataDirectory;
File.checkDir(this.fs, 'mydir').then(_ => console.log('yay')).catch(err => console.log('boooh'));
```
This plugin is based on several specs, including : The HTML5 File API http://www.w3.org/TR/FileAPI/
The (now-defunct) Directories and System extensions Latest: http://www.w3.org/TR/2012/WD-file-system-api-20120417/
Although most of the plugin code was written when an earlier spec was current: http://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
<!-- end for prop in method.decorators[0].argumentInfo -->
<!-- end content block -->
<!-- end body block -->
@@ -1,28 +0,0 @@
<a style="float:right;font-size:12px;" href="http://github.com/driftyco/ionic-native/edit/master/src/@ionic-native/plugins/filepath/index.ts#L2">
Improve this doc
</a>
# FilePath
<!-- end header block -->
```
$ npm install @ionic-native/filepath --save
```
## [Usage Documentation](https://ionicframework.com/docs/v2/native/filepath/)
Cordova Repo: [https://github.com/hiddentao/cordova-plugin-filepath](https://github.com/hiddentao/cordova-plugin-filepath)
<!-- description -->
This plugin allows you to resolve the native filesystem path for Android content URIs and is based on code in the aFileChooser library.
<!-- @platforms tag -->
## Supported platforms
- Android
<!-- @platforms tag end -->
<!-- end for prop in method.decorators[0].argumentInfo -->
<!-- end content block -->
<!-- end body block -->
@@ -1,21 +0,0 @@
<a style="float:right;font-size:12px;" href="http://github.com/driftyco/ionic-native/edit/master/src/@ionic-native/plugins/filetransfer/index.ts#L107">
Improve this doc
</a>
# Transfer
<!-- end header block -->
```
$ npm install @ionic-native/filetransfer --save
```
## [Usage Documentation](https://ionicframework.com/docs/v2/native/filetransfer/)
Cordova Repo: [https://github.com/apache/cordova-plugin-file-transfer](https://github.com/apache/cordova-plugin-file-transfer)
<!-- description -->
This plugin allows you to upload and download files.
<!-- end for prop in method.decorators[0].argumentInfo -->
<!-- end content block -->
<!-- end body block -->
@@ -1,36 +0,0 @@
<a style="float:right;font-size:12px;" href="http://github.com/driftyco/ionic-native/edit/master/src/@ionic-native/plugins/fingerprint-aio/index.ts#L13">
Improve this doc
</a>
# FingerprintAIO
<!-- end header block -->
<p style="color:orange">
This plugin is still in beta stage and may not work as expected. Please
submit any issues to the <a target="_blank"
href="/issues">plugin repo</a>.
</p>
```
$ npm install @ionic-native/fingerprint-aio --save
```
## [Usage Documentation](https://ionicframework.com/docs/v2/native/fingerprint-aio/)
Cordova Repo: [https://github.com/NiklasMerz/cordova-plugin-fingerprint-aio](https://github.com/NiklasMerz/cordova-plugin-fingerprint-aio)
<!-- description -->
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
<!-- @platforms tag -->
## Supported platforms
- Android
- iOS
<!-- @platforms tag end -->
<!-- end for prop in method.decorators[0].argumentInfo -->
<!-- end content block -->
<!-- end body block -->
@@ -1,29 +0,0 @@
<a style="float:right;font-size:12px;" href="http://github.com/driftyco/ionic-native/edit/master/src/@ionic-native/plugins/firebase/index.ts#L1">
Improve this doc
</a>
# Firebase
<!-- end header block -->
```
$ npm install @ionic-native/firebase --save
```
## [Usage Documentation](https://ionicframework.com/docs/v2/native/firebase/)
Cordova Repo: [https://github.com/arnesson/cordova-plugin-firebase](https://github.com/arnesson/cordova-plugin-firebase)
<!-- description -->
This plugin brings push notifications, analytics, event tracking, crash reporting and more from Google Firebase to your Cordova project! Android and iOS supported (including iOS 10).
<!-- @platforms tag -->
## Supported platforms
- Android
- iOS
<!-- @platforms tag end -->
<!-- end for prop in method.decorators[0].argumentInfo -->
<!-- end content block -->
<!-- end body block -->
@@ -1,23 +0,0 @@
<a style="float:right;font-size:12px;" href="http://github.com/driftyco/ionic-native/edit/master/src/@ionic-native/plugins/flashlight/index.ts#L0">
Improve this doc
</a>
# Flashlight
<!-- end header block -->
```
$ npm install @ionic-native/flashlight --save
```
## [Usage Documentation](https://ionicframework.com/docs/v2/native/flashlight/)
Cordova Repo: [https://github.com/EddyVerbruggen/Flashlight-PhoneGap-Plugin.git](https://github.com/EddyVerbruggen/Flashlight-PhoneGap-Plugin.git)
<!-- description -->
This plugin allows you to switch the flashlight / torch of the device on and off.
Requires Cordova plugin: `cordova-plugin-flashlight`. For more info, please see the [Flashlight plugin docs](https://github.com/EddyVerbruggen/Flashlight-PhoneGap-Plugin).
<!-- end for prop in method.decorators[0].argumentInfo -->
<!-- end content block -->
<!-- end body block -->
@@ -1,32 +0,0 @@
<a style="float:right;font-size:12px;" href="http://github.com/driftyco/ionic-native/edit/master/src/@ionic-native/plugins/geofence/index.ts#L3">
Improve this doc
</a>
# Geofence
<!-- end header block -->
```
$ npm install @ionic-native/geofence --save
```
## [Usage Documentation](https://ionicframework.com/docs/v2/native/geofence/)
Cordova Repo: [https://github.com/cowbell/cordova-plugin-geofence/](https://github.com/cowbell/cordova-plugin-geofence/)
<!-- description -->
Monitors circular geofences around latitude/longitude coordinates, and sends a notification to the user when the boundary of a geofence is crossed. Notifications can be sent when the user enters and/or exits a geofence.
Geofences persist after device reboot. Geofences will be monitored even when the app is not running.
<!-- @platforms tag -->
## Supported platforms
- Android
- iOS
- Windows Phone 8
- Windows Phone
<!-- @platforms tag end -->
<!-- end for prop in method.decorators[0].argumentInfo -->
<!-- end content block -->
<!-- end body block -->
@@ -1,23 +0,0 @@
<a style="float:right;font-size:12px;" href="http://github.com/driftyco/ionic-native/edit/master/src/@ionic-native/plugins/geolocation/index.ts#L109">
Improve this doc
</a>
# Geolocation
<!-- end header block -->
```
$ npm install @ionic-native/geolocation --save
```
## [Usage Documentation](https://ionicframework.com/docs/v2/native/geolocation/)
Cordova Repo: [https://github.com/apache/cordova-plugin-geolocation](https://github.com/apache/cordova-plugin-geolocation)
<!-- description -->
This plugin provides information about the device's location, such as latitude and longitude. Common sources of location information include Global Positioning System (GPS) and location inferred from network signals such as IP address, RFID, WiFi and Bluetooth MAC addresses, and GSM/CDMA cell IDs.
This API is based on the W3C Geolocation API Specification, and only executes on devices that don't already provide an implementation.
<!-- end for prop in method.decorators[0].argumentInfo -->
<!-- end content block -->
<!-- end body block -->
@@ -1,35 +0,0 @@
<a style="float:right;font-size:12px;" href="http://github.com/driftyco/ionic-native/edit/master/src/@ionic-native/plugins/globalization/index.ts#L0">
Improve this doc
</a>
# Globalization
<!-- end header block -->
```
$ npm install @ionic-native/globalization --save
```
## [Usage Documentation](https://ionicframework.com/docs/v2/native/globalization/)
Cordova Repo: [https://github.com/apache/cordova-plugin-globalization](https://github.com/apache/cordova-plugin-globalization)
<!-- description -->
<!-- @platforms tag -->
## Supported platforms
- Amazon Fire OS
- Android
- BlackBerry 10
- Firefox OS
- iOS
- Windows Phone 8
- Widnows
- Browser
<!-- @platforms tag end -->
<!-- end for prop in method.decorators[0].argumentInfo -->
<!-- end content block -->
<!-- end body block -->
@@ -1,30 +0,0 @@
<a style="float:right;font-size:12px;" href="http://github.com/driftyco/ionic-native/edit/master/src/@ionic-native/plugins/google-plus/index.ts#L0">
Improve this doc
</a>
# Google Plus
<!-- end header block -->
```
$ ionic plugin add cordova-plugin-googleplus --variable REVERSED_CLIENT_ID=myreversedclientid
```
## [Usage Documentation](https://ionicframework.com/docs/v2/native/google-plus/)
Cordova Repo: [https://github.com/EddyVerbruggen/cordova-plugin-googleplus](https://github.com/EddyVerbruggen/cordova-plugin-googleplus)
<!-- description -->
<!-- @platforms tag -->
## Supported platforms
- Web
- Android
- iOS
<!-- @platforms tag end -->
<!-- end for prop in method.decorators[0].argumentInfo -->
<!-- end content block -->
<!-- end body block -->
@@ -1,34 +0,0 @@
<a style="float:right;font-size:12px;" href="http://github.com/driftyco/ionic-native/edit/master/src/@ionic-native/plugins/googleanalytics/index.ts#L2">
Improve this doc
</a>
# Google Analytics
<!-- end header block -->
```
$ npm install @ionic-native/googleanalytics --save
```
## [Usage Documentation](https://ionicframework.com/docs/v2/native/googleanalytics/)
Cordova Repo: [https://github.com/danwilson/google-analytics-plugin](https://github.com/danwilson/google-analytics-plugin)
<!-- description -->
This plugin connects to Google's native Universal Analytics SDK
Prerequisites:
- A Cordova 3.0+ project for iOS and/or Android
- A Mobile App property through the Google Analytics Admin Console
- (Android) Google Play Services SDK installed via [Android SDK Manager](https://developer.android.com/sdk/installing/adding-packages.html)
<!-- @platforms tag -->
## Supported platforms
- Android
- iOS
- Browser
<!-- @platforms tag end -->
<!-- end for prop in method.decorators[0].argumentInfo -->
<!-- end content block -->
<!-- end body block -->
@@ -1,21 +0,0 @@
<a style="float:right;font-size:12px;" href="http://github.com/driftyco/ionic-native/edit/master/src/@ionic-native/plugins/googlemap/index.ts#L37">
Improve this doc
</a>
# Google Maps
<!-- end header block -->
```
$ ionic plugin add cordova-plugin-googlemaps --variable API_KEY_FOR_ANDROID="YOUR_ANDROID_API_KEY_IS_HERE" --variable API_KEY_FOR_IOS="YOUR_IOS_API_KEY_IS_HERE"
```
## [Usage Documentation](https://ionicframework.com/docs/v2/native/googlemap/)
Cordova Repo: [https://github.com/mapsplugin/cordova-plugin-googlemaps](https://github.com/mapsplugin/cordova-plugin-googlemaps)
<!-- description -->
This plugin uses the native Google Maps SDK
<!-- end for prop in method.decorators[0].argumentInfo -->
<!-- end content block -->
<!-- end body block -->
@@ -1,28 +0,0 @@
<a style="float:right;font-size:12px;" href="http://github.com/driftyco/ionic-native/edit/master/src/@ionic-native/plugins/headercolor/index.ts#L0">
Improve this doc
</a>
# HeaderColor
<!-- end header block -->
```
$ npm install @ionic-native/headercolor --save
```
## [Usage Documentation](https://ionicframework.com/docs/v2/native/headercolor/)
Cordova Repo: [https://github.com/tomloprod/cordova-plugin-headercolor](https://github.com/tomloprod/cordova-plugin-headercolor)
<!-- description -->
Cordova plugin to change color of header in multitask view
<!-- @platforms tag -->
## Supported platforms
- Android
<!-- @platforms tag end -->
<!-- end for prop in method.decorators[0].argumentInfo -->
<!-- end content block -->
<!-- end body block -->
@@ -1,34 +0,0 @@
<a style="float:right;font-size:12px;" href="http://github.com/driftyco/ionic-native/edit/master/src/@ionic-native/plugins/hotspot/index.ts#L102">
Improve this doc
</a>
# Hotspot
<!-- end header block -->
<p style="color:orange">
This plugin is still in beta stage and may not work as expected. Please
submit any issues to the <a target="_blank"
href="/issues">plugin repo</a>.
</p>
```
$ npm install @ionic-native/hotspot --save
```
## [Usage Documentation](https://ionicframework.com/docs/v2/native/hotspot/)
Cordova Repo: [https://github.com/hypery2k/cordova-hotspot-plugin](https://github.com/hypery2k/cordova-hotspot-plugin)
<!-- description -->
<!-- @platforms tag -->
## Supported platforms
- Android
<!-- @platforms tag end -->
<!-- end for prop in method.decorators[0].argumentInfo -->
<!-- end content block -->
<!-- end body block -->
-33
View File
@@ -1,33 +0,0 @@
<a style="float:right;font-size:12px;" href="http://github.com/driftyco/ionic-native/edit/master/src/@ionic-native/plugins/http/index.ts#L19">
Improve this doc
</a>
# HTTP
<!-- end header block -->
```
$ npm install @ionic-native/http --save
```
## [Usage Documentation](https://ionicframework.com/docs/v2/native/http/)
Cordova Repo: [https://github.com/wymsee/cordova-HTTP](https://github.com/wymsee/cordova-HTTP)
<!-- description -->
Cordova / Phonegap plugin for communicating with HTTP servers. Supports iOS and Android.
Advantages over Javascript requests:
- Background threading - all requests are done in a background thread
- SSL Pinning
<!-- @platforms tag -->
## Supported platforms
- Android
- iOS
<!-- @platforms tag end -->
<!-- end for prop in method.decorators[0].argumentInfo -->
<!-- end content block -->
<!-- end body block -->
-29
View File
@@ -1,29 +0,0 @@
<a style="float:right;font-size:12px;" href="http://github.com/driftyco/ionic-native/edit/master/src/@ionic-native/plugins/httpd/index.ts#L19">
Improve this doc
</a>
# Httpd
<!-- end header block -->
```
$ npm install @ionic-native/httpd --save
```
## [Usage Documentation](https://ionicframework.com/docs/v2/native/httpd/)
Cordova Repo: [https://github.com/floatinghotpot/cordova-httpd](https://github.com/floatinghotpot/cordova-httpd)
<!-- description -->
Embedded httpd for Cordova apps. Light weight HTTP server.
<!-- @platforms tag -->
## Supported platforms
- iOS
- Android
<!-- @platforms tag end -->
<!-- end for prop in method.decorators[0].argumentInfo -->
<!-- end content block -->
<!-- end body block -->
@@ -1,31 +0,0 @@
<a style="float:right;font-size:12px;" href="http://github.com/driftyco/ionic-native/edit/master/src/@ionic-native/plugins/ibeacon/index.ts#L221">
Improve this doc
</a>
# IBeacon
<!-- end header block -->
```
$ npm install @ionic-native/ibeacon --save
```
## [Usage Documentation](https://ionicframework.com/docs/v2/native/ibeacon/)
Cordova Repo: [https://github.com/petermetz/cordova-plugin-ibeacon](https://github.com/petermetz/cordova-plugin-ibeacon)
<!-- description -->
This plugin provides functions for working with iBeacons.
The plugin's API closely mimics the one exposed through the [CLLocationManager](https://developer.apple.com/library/ios/documentation/CoreLocation/Reference/CLLocationManager_Class/index.html) introduced in iOS 7.
<!-- @platforms tag -->
## Supported platforms
- Android
- iOS
<!-- @platforms tag end -->
<!-- end for prop in method.decorators[0].argumentInfo -->
<!-- end content block -->
<!-- end body block -->
@@ -1,24 +0,0 @@
<a style="float:right;font-size:12px;" href="http://github.com/driftyco/ionic-native/edit/master/src/@ionic-native/plugins/imagepicker/index.ts#L22">
Improve this doc
</a>
# Image Picker
<!-- end header block -->
```
$ npm install @ionic-native/imagepicker --save
```
## [Usage Documentation](https://ionicframework.com/docs/v2/native/imagepicker/)
Cordova Repo: [https://github.com/Telerik-Verified-Plugins/ImagePicker](https://github.com/Telerik-Verified-Plugins/ImagePicker)
<!-- description -->
Cordova Plugin For Multiple Image Selection
Requires Cordova plugin: `cordova-plugin-image-picker`.
For more info, please see the https://github.com/wymsee/cordova-imagePicker
<!-- end for prop in method.decorators[0].argumentInfo -->
<!-- end content block -->
<!-- end body block -->
@@ -1,26 +0,0 @@
<a style="float:right;font-size:12px;" href="http://github.com/driftyco/ionic-native/edit/master/src/@ionic-native/plugins/imageresizer/index.ts#L36">
Improve this doc
</a>
# ImageResizer
<!-- end header block -->
```
$ npm install @ionic-native/imageresizer --save
```
## [Usage Documentation](https://ionicframework.com/docs/v2/native/imageresizer/)
Cordova Repo: [https://github.com/protonet/cordova-plugin-image-resizer](https://github.com/protonet/cordova-plugin-image-resizer)
<!-- description -->
Cordova Plugin For Image Resize
Requires plugin `info.protonet.imageresizer` - use the Ionic CLI and type in the following command:
`ionic plugin add https://github.com/protonet/cordova-plugin-image-resizer.git`
For more info, please see the https://github.com/protonet/cordova-plugin-image-resizer
<!-- end for prop in method.decorators[0].argumentInfo -->
<!-- end content block -->
<!-- end body block -->
@@ -1,21 +0,0 @@
<a style="float:right;font-size:12px;" href="http://github.com/driftyco/ionic-native/edit/master/src/@ionic-native/plugins/inappbrowser/index.ts#L14">
Improve this doc
</a>
# InAppBrowser
<!-- end header block -->
```
$ npm install @ionic-native/inappbrowser --save
```
## [Usage Documentation](https://ionicframework.com/docs/v2/native/inappbrowser/)
Cordova Repo: [https://github.com/apache/cordova-plugin-inappbrowser](https://github.com/apache/cordova-plugin-inappbrowser)
<!-- description -->
Launches in app Browser
<!-- end for prop in method.decorators[0].argumentInfo -->
<!-- end content block -->
<!-- end body block -->
@@ -1,29 +0,0 @@
<a style="float:right;font-size:12px;" href="http://github.com/driftyco/ionic-native/edit/master/src/@ionic-native/plugins/inapppurchase/index.ts#L0">
Improve this doc
</a>
# InAppPurchase
<!-- end header block -->
```
$ npm install @ionic-native/inapppurchase --save
```
## [Usage Documentation](https://ionicframework.com/docs/v2/native/inapppurchase/)
Cordova Repo: [https://github.com/AlexDisler/cordova-plugin-inapppurchase](https://github.com/AlexDisler/cordova-plugin-inapppurchase)
<!-- description -->
A lightweight Cordova plugin for in app purchases on iOS/Android.
<!-- @platforms tag -->
## Supported platforms
- Android
- iOS
<!-- @platforms tag end -->
<!-- end for prop in method.decorators[0].argumentInfo -->
<!-- end content block -->
<!-- end body block -->
@@ -1,30 +0,0 @@
<a style="float:right;font-size:12px;" href="http://github.com/driftyco/ionic-native/edit/master/src/@ionic-native/plugins/insomnia/index.ts#L0">
Improve this doc
</a>
# Insomnia
<!-- end header block -->
```
$ npm install @ionic-native/insomnia --save
```
## [Usage Documentation](https://ionicframework.com/docs/v2/native/insomnia/)
Cordova Repo: [https://github.com/EddyVerbruggen/Insomnia-PhoneGap-Plugin](https://github.com/EddyVerbruggen/Insomnia-PhoneGap-Plugin)
<!-- description -->
Prevent the screen of the mobile device from falling asleep.
<!-- @platforms tag -->
## Supported platforms
- Android
- iOS
- Windows Phone 8
<!-- @platforms tag end -->
<!-- end for prop in method.decorators[0].argumentInfo -->
<!-- end content block -->
<!-- end body block -->
@@ -1,21 +0,0 @@
<a style="float:right;font-size:12px;" href="http://github.com/driftyco/ionic-native/edit/master/src/@ionic-native/plugins/instagram/index.ts#L0">
Improve this doc
</a>
# Instagram
<!-- end header block -->
```
$ npm install @ionic-native/instagram --save
```
## [Usage Documentation](https://ionicframework.com/docs/v2/native/instagram/)
Cordova Repo: [https://github.com/vstirbu/InstagramPlugin](https://github.com/vstirbu/InstagramPlugin)
<!-- description -->
Share a photo with the instagram app
<!-- end for prop in method.decorators[0].argumentInfo -->
<!-- end content block -->
<!-- end body block -->
@@ -1,22 +0,0 @@
<a style="float:right;font-size:12px;" href="http://github.com/driftyco/ionic-native/edit/master/src/@ionic-native/plugins/is-debug/index.ts#L0">
Improve this doc
</a>
# IsDebug
<!-- end header block -->
```
$ npm install @ionic-native/is-debug --save
```
## [Usage Documentation](https://ionicframework.com/docs/v2/native/is-debug/)
Cordova Repo: [https://github.com/mattlewis92/cordova-plugin-is-debug](https://github.com/mattlewis92/cordova-plugin-is-debug)
<!-- description -->
Detect if the app is running in debug mode or not.
Debug mode is when the app is built and installed locally via xcode / eclipse / the cordova cli etc, compared to release mode when the app was downloaded from the app / play store via an end user.
<!-- end for prop in method.decorators[0].argumentInfo -->
<!-- end content block -->
<!-- end body block -->
@@ -1,21 +0,0 @@
<a style="float:right;font-size:12px;" href="http://github.com/driftyco/ionic-native/edit/master/src/@ionic-native/plugins/keyboard/index.ts#L1">
Improve this doc
</a>
# Keyboard
<!-- end header block -->
```
$ npm install @ionic-native/keyboard --save
```
## [Usage Documentation](https://ionicframework.com/docs/v2/native/keyboard/)
Cordova Repo: [https://github.com/driftyco/ionic-plugin-keyboard](https://github.com/driftyco/ionic-plugin-keyboard)
<!-- description -->
<!-- end for prop in method.decorators[0].argumentInfo -->
<!-- end content block -->
<!-- end body block -->
@@ -1,31 +0,0 @@
<a style="float:right;font-size:12px;" href="http://github.com/driftyco/ionic-native/edit/master/src/@ionic-native/plugins/launch-review/index.ts#L0">
Improve this doc
</a>
# LaunchReview
<!-- end header block -->
```
$ npm install @ionic-native/launch-review --save
```
## [Usage Documentation](https://ionicframework.com/docs/v2/native/launch-review/)
Cordova Repo: [https://github.com/dpa99c/cordova-launch-review](https://github.com/dpa99c/cordova-launch-review)
<!-- description -->
This launches the native store app in order for the user to leave a review.
On Android, the plugin opens the the app's storepage in the Play Store where the user can leave a review by pressing the stars to give a rating.
On iOS, the plugin opens the app's storepage in the App Store and focuses the Review tab, where the user can leave a review by pressing "Write a review".
<!-- @platforms tag -->
## Supported platforms
- Android
- iOS
<!-- @platforms tag end -->
<!-- end for prop in method.decorators[0].argumentInfo -->
<!-- end content block -->
<!-- end body block -->
@@ -1,21 +0,0 @@
<a style="float:right;font-size:12px;" href="http://github.com/driftyco/ionic-native/edit/master/src/@ionic-native/plugins/launchnavigator/index.ts#L57">
Improve this doc
</a>
# Launch Navigator
<!-- end header block -->
```
$ npm install @ionic-native/launchnavigator --save
```
## [Usage Documentation](https://ionicframework.com/docs/v2/native/launchnavigator/)
Cordova Repo: [https://github.com/dpa99c/phonegap-launch-navigator.git](https://github.com/dpa99c/phonegap-launch-navigator.git)
<!-- description -->
Requires Cordova plugin: uk.co.workingedge.phonegap.plugin.launchnavigator. For more info, please see the [LaunchNavigator plugin docs](https://github.com/dpa99c/phonegap-launch-navigator).
<!-- end for prop in method.decorators[0].argumentInfo -->
<!-- end content block -->
<!-- end body block -->
@@ -1,21 +0,0 @@
<a style="float:right;font-size:12px;" href="http://github.com/driftyco/ionic-native/edit/master/src/@ionic-native/plugins/localnotifications/index.ts#L83">
Improve this doc
</a>
# Local Notifications
<!-- end header block -->
```
$ npm install @ionic-native/localnotifications --save
```
## [Usage Documentation](https://ionicframework.com/docs/v2/native/localnotifications/)
Cordova Repo: [https://github.com/katzer/cordova-plugin-local-notifications](https://github.com/katzer/cordova-plugin-local-notifications)
<!-- description -->
This plugin allows you to display local notifications on the device
<!-- end for prop in method.decorators[0].argumentInfo -->
<!-- end content block -->
<!-- end body block -->
@@ -1,21 +0,0 @@
<a style="float:right;font-size:12px;" href="http://github.com/driftyco/ionic-native/edit/master/src/@ionic-native/plugins/location-accuracy/index.ts#L0">
Improve this doc
</a>
# LocationAccuracy
<!-- end header block -->
```
$ npm install @ionic-native/location-accuracy --save
```
## [Usage Documentation](https://ionicframework.com/docs/v2/native/location-accuracy/)
Cordova Repo: [https://github.com/dpa99c/cordova-plugin-request-location-accuracy](https://github.com/dpa99c/cordova-plugin-request-location-accuracy)
<!-- description -->
This Cordova/Phonegap plugin for Android and iOS to request enabling/changing of Location Services by triggering a native dialog from within the app, avoiding the need for the user to leave your app to change location settings manually.
<!-- end for prop in method.decorators[0].argumentInfo -->
<!-- end content block -->
<!-- end body block -->
@@ -1,21 +0,0 @@
<a style="float:right;font-size:12px;" href="http://github.com/driftyco/ionic-native/edit/master/src/@ionic-native/plugins/market/index.ts#L0">
Improve this doc
</a>
# Market
<!-- end header block -->
```
$ npm install @ionic-native/market --save
```
## [Usage Documentation](https://ionicframework.com/docs/v2/native/market/)
Cordova Repo: [https://github.com/xmartlabs/cordova-plugin-market](https://github.com/xmartlabs/cordova-plugin-market)
<!-- description -->
Opens an app's page in the market place (Google Play, App Store)
<!-- end for prop in method.decorators[0].argumentInfo -->
<!-- end content block -->
<!-- end body block -->
@@ -1,21 +0,0 @@
<a style="float:right;font-size:12px;" href="http://github.com/driftyco/ionic-native/edit/master/src/@ionic-native/plugins/media-capture/index.ts#L108">
Improve this doc
</a>
# Media Capture
<!-- end header block -->
```
$ npm install @ionic-native/media-capture --save
```
## [Usage Documentation](https://ionicframework.com/docs/v2/native/media-capture/)
Cordova Repo: [https://github.com/apache/cordova-plugin-media-capture](https://github.com/apache/cordova-plugin-media-capture)
<!-- description -->
<!-- end for prop in method.decorators[0].argumentInfo -->
<!-- end content block -->
<!-- end body block -->
-21
View File
@@ -1,21 +0,0 @@
<a style="float:right;font-size:12px;" href="http://github.com/driftyco/ionic-native/edit/master/src/@ionic-native/plugins/media/index.ts#L7">
Improve this doc
</a>
# MediaPlugin
<!-- end header block -->
```
$ npm install @ionic-native/media --save
```
## [Usage Documentation](https://ionicframework.com/docs/v2/native/media/)
Cordova Repo: [https://github.com/apache/cordova-plugin-media](https://github.com/apache/cordova-plugin-media)
<!-- description -->
<!-- end for prop in method.decorators[0].argumentInfo -->
<!-- end content block -->
<!-- end body block -->
@@ -1,21 +0,0 @@
<a style="float:right;font-size:12px;" href="http://github.com/driftyco/ionic-native/edit/master/src/@ionic-native/plugins/mixpanel/index.ts#L2">
Improve this doc
</a>
# Mixpanel
<!-- end header block -->
```
$ npm install @ionic-native/mixpanel --save
```
## [Usage Documentation](https://ionicframework.com/docs/v2/native/mixpanel/)
Cordova Repo: [https://github.com/samzilverberg/cordova-mixpanel-plugin](https://github.com/samzilverberg/cordova-mixpanel-plugin)
<!-- description -->
Cordova Plugin that wraps Mixpanel SDK for Android and iOS
<!-- end for prop in method.decorators[0].argumentInfo -->
<!-- end content block -->
<!-- end body block -->
@@ -1,23 +0,0 @@
<a style="float:right;font-size:12px;" href="http://github.com/driftyco/ionic-native/edit/master/src/@ionic-native/plugins/music-controls/index.ts#L13">
Improve this doc
</a>
# MusicControls
<!-- end header block -->
```
$ npm install @ionic-native/music-controls --save
```
## [Usage Documentation](https://ionicframework.com/docs/v2/native/music-controls/)
Cordova Repo: [https://github.com/homerours/cordova-music-controls-plugin](https://github.com/homerours/cordova-music-controls-plugin)
<!-- description -->
Music controls for Cordova applications.
Display a 'media' notification with play/pause, previous, next buttons, allowing the user to control the play.
Handle also headset event (plug, unplug, headset button).
<!-- end for prop in method.decorators[0].argumentInfo -->
<!-- end content block -->
<!-- end body block -->
@@ -1,21 +0,0 @@
<a style="float:right;font-size:12px;" href="http://github.com/driftyco/ionic-native/edit/master/src/@ionic-native/plugins/native-audio/index.ts#L0">
Improve this doc
</a>
# NativeAudio
<!-- end header block -->
```
$ npm install @ionic-native/native-audio --save
```
## [Usage Documentation](https://ionicframework.com/docs/v2/native/native-audio/)
Cordova Repo: [https://github.com/floatinghotpot/cordova-plugin-nativeaudio](https://github.com/floatinghotpot/cordova-plugin-nativeaudio)
<!-- description -->
Native Audio Playback
<!-- end for prop in method.decorators[0].argumentInfo -->
<!-- end content block -->
<!-- end body block -->
@@ -1,35 +0,0 @@
<a style="float:right;font-size:12px;" href="http://github.com/driftyco/ionic-native/edit/master/src/@ionic-native/plugins/native-geocoder/index.ts#L0">
Improve this doc
</a>
# NativeGeocoder
<!-- end header block -->
<p style="color:orange">
This plugin is still in beta stage and may not work as expected. Please
submit any issues to the <a target="_blank"
href="/issues">plugin repo</a>.
</p>
```
$ npm install @ionic-native/native-geocoder --save
```
## [Usage Documentation](https://ionicframework.com/docs/v2/native/native-geocoder/)
Cordova Repo: [https://github.com/sebastianbaar/cordova-plugin-nativegeocoder](https://github.com/sebastianbaar/cordova-plugin-nativegeocoder)
<!-- description -->
Cordova plugin for native forward and reverse geocoding
<!-- @platforms tag -->
## Supported platforms
- iOS
- Android
<!-- @platforms tag end -->
<!-- end for prop in method.decorators[0].argumentInfo -->
<!-- end content block -->
<!-- end body block -->
@@ -1,30 +0,0 @@
<a style="float:right;font-size:12px;" href="http://github.com/driftyco/ionic-native/edit/master/src/@ionic-native/plugins/native-page-transitions/index.ts#L15">
Improve this doc
</a>
# NativePageTransitions
<!-- end header block -->
```
$ npm install @ionic-native/native-page-transitions --save
```
## [Usage Documentation](https://ionicframework.com/docs/v2/native/native-page-transitions/)
Cordova Repo: [https://github.com/Telerik-Verified-Plugins/NativePageTransitions](https://github.com/Telerik-Verified-Plugins/NativePageTransitions)
<!-- description -->
The Native Page Transitions plugin uses native hardware acceleration to animate your transitions between views. You have complete control over the type of transition, the duration, and direction.
<!-- @platforms tag -->
## Supported platforms
- iOS
- Android
- Windows Phone
<!-- @platforms tag end -->
<!-- end for prop in method.decorators[0].argumentInfo -->
<!-- end content block -->
<!-- end body block -->
@@ -1,21 +0,0 @@
<a style="float:right;font-size:12px;" href="http://github.com/driftyco/ionic-native/edit/master/src/@ionic-native/plugins/nativestorage/index.ts#L0">
Improve this doc
</a>
# NativeStorage
<!-- end header block -->
```
$ npm install @ionic-native/nativestorage --save
```
## [Usage Documentation](https://ionicframework.com/docs/v2/native/nativestorage/)
Cordova Repo: [https://github.com/TheCocoaProject/cordova-plugin-nativestorage](https://github.com/TheCocoaProject/cordova-plugin-nativestorage)
<!-- description -->
Native storage of variables in Android and iOS
<!-- end for prop in method.decorators[0].argumentInfo -->
<!-- end content block -->
<!-- end body block -->
@@ -1,34 +0,0 @@
<a style="float:right;font-size:12px;" href="http://github.com/driftyco/ionic-native/edit/master/src/@ionic-native/plugins/navigationbar/index.ts#L0">
Improve this doc
</a>
# NavigationBar
<!-- end header block -->
<p style="color:orange">
This plugin is still in beta stage and may not work as expected. Please
submit any issues to the <a target="_blank"
href="/issues">plugin repo</a>.
</p>
```
$ npm install @ionic-native/navigationbar --save
```
## [Usage Documentation](https://ionicframework.com/docs/v2/native/navigationbar/)
Cordova Repo: [https://github.com/cranberrygame/cordova-plugin-navigationbar](https://github.com/cranberrygame/cordova-plugin-navigationbar)
<!-- description -->
The NavigationBar plugin can you to hide and auto hide the android navigation bar.
<!-- @platforms tag -->
## Supported platforms
- Android
<!-- @platforms tag end -->
<!-- end for prop in method.decorators[0].argumentInfo -->
<!-- end content block -->
<!-- end body block -->
@@ -1,36 +0,0 @@
<a style="float:right;font-size:12px;" href="http://github.com/driftyco/ionic-native/edit/master/src/@ionic-native/plugins/network/index.ts#L4">
Improve this doc
</a>
# Network
<!-- end header block -->
```
$ npm install @ionic-native/network --save
```
## [Usage Documentation](https://ionicframework.com/docs/v2/native/network/)
Cordova Repo: [https://github.com/apache/cordova-plugin-network-information](https://github.com/apache/cordova-plugin-network-information)
<!-- description -->
Requires Cordova plugin: cordova-plugin-network-information. For more info, please see the [Network plugin docs](https://github.com/apache/cordova-plugin-network-information).
<!-- @platforms tag -->
## Supported platforms
- Amazon Fire OS
- iOS
- Android
- BlackBerry 10
- Windows Phone 7
- Windows Phone 8
- Windows
- Firefox OS
- Browser
<!-- @platforms tag end -->
<!-- end for prop in method.decorators[0].argumentInfo -->
<!-- end content block -->
<!-- end body block -->
-29
View File
@@ -1,29 +0,0 @@
<a style="float:right;font-size:12px;" href="http://github.com/driftyco/ionic-native/edit/master/src/@ionic-native/plugins/nfc/index.ts#L2">
Improve this doc
</a>
# NFC
<!-- end header block -->
```
$ npm install @ionic-native/nfc --save
```
## [Usage Documentation](https://ionicframework.com/docs/v2/native/nfc/)
Cordova Repo: [https://github.com/chariotsolutions/phonegap-nfc](https://github.com/chariotsolutions/phonegap-nfc)
<!-- description -->
The NFC plugin allows you to read and write NFC tags. You can also beam to, and receive from, other NFC enabled devices.
Use to
- read data from NFC tags
- write data to NFC tags
- send data to other NFC enabled devices
- receive data from NFC devices
This plugin uses NDEF (NFC Data Exchange Format) for maximum compatibilty between NFC devices, tag types, and operating systems.
<!-- end for prop in method.decorators[0].argumentInfo -->
<!-- end content block -->
<!-- end body block -->
@@ -1,34 +0,0 @@
<a style="float:right;font-size:12px;" href="http://github.com/driftyco/ionic-native/edit/master/src/@ionic-native/plugins/onesignal/index.ts#L259">
Improve this doc
</a>
# OneSignal
<!-- end header block -->
```
$ npm install @ionic-native/onesignal --save
```
## [Usage Documentation](https://ionicframework.com/docs/v2/native/onesignal/)
Cordova Repo: [https://github.com/OneSignal/OneSignal-Cordova-SDK](https://github.com/OneSignal/OneSignal-Cordova-SDK)
<!-- description -->
The OneSignal plugin is an client implementation for using the [OneSignal](https://onesignal.com/) Service.
OneSignal is a simple implementation for delivering push notifications.
Requires Cordova plugin: `onesignal-cordova-plugin`. For more info, please see the [OneSignal Cordova Docs](https://documentation.onesignal.com/docs/phonegap-sdk-installation).
<!-- @platforms tag -->
## Supported platforms
- Android
- iOS
- Windows
- FireOS
<!-- @platforms tag end -->
<!-- end for prop in method.decorators[0].argumentInfo -->
<!-- end content block -->
<!-- end body block -->
@@ -1,21 +0,0 @@
<a style="float:right;font-size:12px;" href="http://github.com/driftyco/ionic-native/edit/master/src/@ionic-native/plugins/pay-pal/index.ts#L0">
Improve this doc
</a>
# PayPal
<!-- end header block -->
```
$ npm install @ionic-native/pay-pal --save
```
## [Usage Documentation](https://ionicframework.com/docs/v2/native/pay-pal/)
Cordova Repo: [https://github.com/paypal/PayPal-Cordova-Plugin](https://github.com/paypal/PayPal-Cordova-Plugin)
<!-- description -->
PayPal plugin for Cordova/Ionic Applications
<!-- end for prop in method.decorators[0].argumentInfo -->
<!-- end content block -->
<!-- end body block -->
@@ -1,21 +0,0 @@
<a style="float:right;font-size:12px;" href="http://github.com/driftyco/ionic-native/edit/master/src/@ionic-native/plugins/photo-viewer/index.ts#L0">
Improve this doc
</a>
# Photo Viewer
<!-- end header block -->
```
$ npm install @ionic-native/photo-viewer --save
```
## [Usage Documentation](https://ionicframework.com/docs/v2/native/photo-viewer/)
Cordova Repo: [https://github.com/sarriaroman/photoviewer](https://github.com/sarriaroman/photoviewer)
<!-- description -->
This plugin can display your image in full screen with the ability to pan, zoom, and share the image.
<!-- end for prop in method.decorators[0].argumentInfo -->
<!-- end content block -->
<!-- end body block -->
@@ -1,21 +0,0 @@
<a style="float:right;font-size:12px;" href="http://github.com/driftyco/ionic-native/edit/master/src/@ionic-native/plugins/pin-dialog/index.ts#L0">
Improve this doc
</a>
# Pin Dialog
<!-- end header block -->
```
$ npm install @ionic-native/pin-dialog --save
```
## [Usage Documentation](https://ionicframework.com/docs/v2/native/pin-dialog/)
Cordova Repo: [https://github.com/Paldom/PinDialog](https://github.com/Paldom/PinDialog)
<!-- description -->
<!-- end for prop in method.decorators[0].argumentInfo -->
<!-- end content block -->
<!-- end body block -->
@@ -1,35 +0,0 @@
<a style="float:right;font-size:12px;" href="http://github.com/driftyco/ionic-native/edit/master/src/@ionic-native/plugins/pinterest/index.ts#L125">
Improve this doc
</a>
# Pinterest
<!-- end header block -->
<p style="color:orange">
This plugin is still in beta stage and may not work as expected. Please
submit any issues to the <a target="_blank"
href="/issues">plugin repo</a>.
</p>
```
$ ionic plugin add cordova-plugin-pinterest --variable APP_ID=YOUR_APP_ID
```
## [Usage Documentation](https://ionicframework.com/docs/v2/native/pinterest/)
Cordova Repo: [https://github.com/zyramedia/cordova-plugin-pinterest](https://github.com/zyramedia/cordova-plugin-pinterest)
<!-- description -->
Cordova plugin for Pinterest
<!-- @platforms tag -->
## Supported platforms
- Android
- iOS
<!-- @platforms tag end -->
<!-- end for prop in method.decorators[0].argumentInfo -->
<!-- end content block -->
<!-- end body block -->
@@ -1,22 +0,0 @@
<a style="float:right;font-size:12px;" href="http://github.com/driftyco/ionic-native/edit/master/src/@ionic-native/plugins/power-management/index.ts#L0">
Improve this doc
</a>
# PowerManagement
<!-- end header block -->
```
$ npm install @ionic-native/power-management --save
```
## [Usage Documentation](https://ionicframework.com/docs/v2/native/power-management/)
Cordova Repo: [https://github.com/Viras-/cordova-plugin-powermanagement](https://github.com/Viras-/cordova-plugin-powermanagement)
<!-- description -->
The PowerManagement plugin offers access to the devices power-management functionality.
It should be used for applications which keep running for a long time without any user interaction.
<!-- end for prop in method.decorators[0].argumentInfo -->
<!-- end content block -->
<!-- end body block -->
@@ -1,29 +0,0 @@
<a style="float:right;font-size:12px;" href="http://github.com/driftyco/ionic-native/edit/master/src/@ionic-native/plugins/printer/index.ts#L41">
Improve this doc
</a>
# Printer
<!-- end header block -->
```
$ npm install @ionic-native/printer --save
```
## [Usage Documentation](https://ionicframework.com/docs/v2/native/printer/)
Cordova Repo: [https://github.com/katzer/cordova-plugin-printer.git](https://github.com/katzer/cordova-plugin-printer.git)
<!-- description -->
Prints documents or HTML rendered content
<!-- @platforms tag -->
## Supported platforms
- Android
- iOS
<!-- @platforms tag end -->
<!-- end for prop in method.decorators[0].argumentInfo -->
<!-- end content block -->
<!-- end body block -->
-25
View File
@@ -1,25 +0,0 @@
<a style="float:right;font-size:12px;" href="http://github.com/driftyco/ionic-native/edit/master/src/@ionic-native/plugins/push/index.ts#L303">
Improve this doc
</a>
# Push
<!-- end header block -->
```
$ ionic plugin add phonegap-plugin-push --variable SENDER_ID=XXXXXXXXX
```
## [Usage Documentation](https://ionicframework.com/docs/v2/native/push/)
Cordova Repo: [https://github.com/phonegap/phonegap-plugin-push](https://github.com/phonegap/phonegap-plugin-push)
<!-- description -->
Register and receive push notifications.
Requires Cordova plugin: `phonegap-plugin-push`. For more info, please see the [Push plugin docs](https://github.com/phonegap/phonegap-plugin-push).
For TypeScript users, see the [Push plugin docs about using TypeScript for custom notifications](https://github.com/phonegap/phonegap-plugin-push/blob/master/docs/TYPESCRIPT.md).
<!-- end for prop in method.decorators[0].argumentInfo -->
<!-- end content block -->
<!-- end body block -->
@@ -1,35 +0,0 @@
<a style="float:right;font-size:12px;" href="http://github.com/driftyco/ionic-native/edit/master/src/@ionic-native/plugins/rollbar/index.ts#L0">
Improve this doc
</a>
# Rollbar
<!-- end header block -->
<p style="color:orange">
This plugin is still in beta stage and may not work as expected. Please
submit any issues to the <a target="_blank"
href="/issues">plugin repo</a>.
</p>
```
$ ionic plugin add resgrid-cordova-plugins-rollbar --variable ROLLBAR_ACCESS_TOKEN="YOUR_ROLLBAR_ACCEESS_TOKEN" --variable ROLLBAR_ENVIRONMENT="ROLLBAR_ENVIRONMENT"
```
## [Usage Documentation](https://ionicframework.com/docs/v2/native/rollbar/)
Cordova Repo: [https://github.com/Resgrid/cordova-plugins-rollbar](https://github.com/Resgrid/cordova-plugins-rollbar)
<!-- description -->
This plugin adds Rollbar App monitoring to your application
<!-- @platforms tag -->
## Supported platforms
- Android
- iOS
<!-- @platforms tag end -->
<!-- end for prop in method.decorators[0].argumentInfo -->
<!-- end content block -->
<!-- end body block -->
@@ -1,29 +0,0 @@
<a style="float:right;font-size:12px;" href="http://github.com/driftyco/ionic-native/edit/master/src/@ionic-native/plugins/safari-view-controller/index.ts#L11">
Improve this doc
</a>
# SafariViewController
<!-- end header block -->
```
$ npm install @ionic-native/safari-view-controller --save
```
## [Usage Documentation](https://ionicframework.com/docs/v2/native/safari-view-controller/)
Cordova Repo: [https://github.com/EddyVerbruggen/cordova-plugin-safariviewcontroller](https://github.com/EddyVerbruggen/cordova-plugin-safariviewcontroller)
<!-- description -->
<!-- @platforms tag -->
## Supported platforms
- iOS
- Android
<!-- @platforms tag end -->
<!-- end for prop in method.decorators[0].argumentInfo -->
<!-- end content block -->
<!-- end body block -->
@@ -1,33 +0,0 @@
<a style="float:right;font-size:12px;" href="http://github.com/driftyco/ionic-native/edit/master/src/@ionic-native/plugins/screen-orientation/index.ts#L2">
Improve this doc
</a>
# Screen Orientation
<!-- end header block -->
```
$ npm install @ionic-native/screen-orientation --save
```
## [Usage Documentation](https://ionicframework.com/docs/v2/native/screen-orientation/)
Cordova Repo: [https://github.com/apache/cordova-plugin-screen-orientation](https://github.com/apache/cordova-plugin-screen-orientation)
<!-- description -->
Cordova plugin to set/lock the screen orientation in a common way for iOS, Android, WP8 and Blackberry 10.
This plugin is based on an early version of Screen Orientation API so the api does not currently match the current spec.
Requires Cordova plugin: `cordova-plugin-screen-orientation`. For more info, please see the [Screen Orientation plugin docs](https://github.com/apache/cordova-plugin-screen-orientation).
<!-- @platforms tag -->
## Supported platforms
- Android
- iOS
- Windows Phone 8
<!-- @platforms tag end -->
<!-- end for prop in method.decorators[0].argumentInfo -->
<!-- end content block -->
<!-- end body block -->

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