mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-31 18:49:43 +08:00
docs(plugins): remove install command
This commit is contained in:
parent
9293689649
commit
e59371887f
@ -7,10 +7,6 @@ import {Plugin, Cordova} from './plugin';
|
||||
*
|
||||
* Requires Cordova plugin: `cordova-plugin-actionsheet`. For more info, please see the [ActionSheet plugin docs](https://github.com/EddyVerbruggen/cordova-plugin-actionsheet).
|
||||
*
|
||||
* ```shell
|
||||
* cordova plugin add cordova-plugin-actionsheet
|
||||
* ```
|
||||
*
|
||||
* @usage
|
||||
* ```ts
|
||||
* import {ActionSheet} from 'ionic-native';
|
||||
|
@ -7,10 +7,6 @@ import {Plugin, Cordova} from './plugin';
|
||||
*
|
||||
* Requires Cordova plugin: cordova-plugin-appavailability. For more info, please see the [AppAvailability plugin docs](https://github.com/ohh2ahh/AppAvailability).
|
||||
*
|
||||
* ```
|
||||
* cordova plugin add cordova-plugin-appavailability
|
||||
* ```
|
||||
*
|
||||
* @usage
|
||||
* ```js
|
||||
* var app;
|
||||
|
@ -9,10 +9,6 @@ declare var window;
|
||||
*
|
||||
* Requires Cordova plugin: cordova-plugin-apprate. For more info, please see the [AppRate plugin docs](https://github.com/pushandplay/cordova-plugin-apprate).
|
||||
*
|
||||
* ```shell
|
||||
* cordova plugin add cordova-plugin-apprate
|
||||
* ````
|
||||
*
|
||||
* @usage
|
||||
* ```js
|
||||
* AppRate.preferences.storeAppURL.ios = '<my_app_id>';
|
||||
|
@ -7,10 +7,6 @@ import {Plugin, Cordova} from './plugin';
|
||||
*
|
||||
* 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).
|
||||
*
|
||||
* ```shell
|
||||
* cordova plugin add cordova-plugin-app-version
|
||||
* ````
|
||||
*
|
||||
* @usage
|
||||
* ```js
|
||||
* AppVersion.getAppName();
|
||||
|
@ -7,10 +7,6 @@ import {Plugin, Cordova} from './plugin';
|
||||
*
|
||||
* Requires Cordova plugin: cordova-plugin-badge. For more info, please see the [Badge plugin docs](https://github.com/katzer/cordova-plugin-badge).
|
||||
*
|
||||
* ```shell
|
||||
* cordova plugin add cordova-plugin-badge
|
||||
* ```
|
||||
*
|
||||
* @usage
|
||||
* ```js
|
||||
* Badge.set(10);
|
||||
|
@ -7,10 +7,6 @@ import {Plugin, Cordova} from './plugin';
|
||||
*
|
||||
* Requires Cordova plugin: `phonegap-plugin-barcodescanner`. For more info, please see the [BarcodeScanner plugin docs](https://github.com/phonegap/phonegap-plugin-barcodescanner).
|
||||
*
|
||||
* ```shell
|
||||
* cordova plugin add phonegap-plugin-barcodescanner
|
||||
* ```
|
||||
*
|
||||
* @usage
|
||||
* ```js
|
||||
* BarcodeScanner.scan().then((barcodeData) => {
|
||||
|
@ -6,10 +6,6 @@ import {Observable} from "rxjs/Observable";
|
||||
* @description
|
||||
* Requires Cordova plugin: cordova-plugin-batterystatus. For more info, please see the [BatteryStatus plugin docs](https://github.com/apache/cordova-plugin-battery-status).
|
||||
*
|
||||
* ```shell
|
||||
* cordova plugin add cordova-plugin-batterystatus
|
||||
* ```
|
||||
*
|
||||
* @usage
|
||||
* ```js
|
||||
* // watch change in battery status
|
||||
|
@ -23,10 +23,7 @@ export interface Calendar {
|
||||
*
|
||||
* Requires Cordova plugin: `cordova-plugin-calendar`. For more info, please see the [Calendar plugin docs](https://github.com/EddyVerbruggen/Calendar-PhoneGap-Plugin).
|
||||
*
|
||||
* ```shell
|
||||
* cordova plugin add cordova-plugin-calendar
|
||||
* ```
|
||||
*
|
||||
* @usage
|
||||
*
|
||||
*/
|
||||
@Plugin({
|
||||
|
@ -91,10 +91,6 @@ export interface CameraPopoverOptions {
|
||||
*
|
||||
* Requires Cordova plugin: `cordova-plugin-camera`. For more info, please see the [Cordova Camera Plugin Docs](https://github.com/apache/cordova-plugin-camera).
|
||||
*
|
||||
* ```shell
|
||||
* cordova plugin add cordova-plugin-camera
|
||||
* ```
|
||||
*
|
||||
* @usage
|
||||
* ```js
|
||||
* Camera.getPicture(options).then((imageData) => {
|
||||
|
@ -8,10 +8,6 @@ import {Plugin, Cordova} from './plugin';
|
||||
* Requires Cordova plugin: https://github.com/VersoSolutions/CordovaClipboard
|
||||
* For more info, please see the [Clipboard plugin docs](https://github.com/VersoSolutions/CordovaClipboard.git).
|
||||
*
|
||||
* ```shell
|
||||
* cordova plugin add https://github.com/VersoSolutions/CordovaClipboard.git
|
||||
* ```
|
||||
*
|
||||
* @usage
|
||||
* ```js
|
||||
* Clipboard.copy("Hello world");
|
||||
|
@ -72,11 +72,6 @@ export interface datePickerOptions {
|
||||
*
|
||||
* Requires Cordova plugin: `cordova-plugin-datepicker`. For more info, please see the [DatePicker plugin docs](https://github.com/VitaliiBlagodir/cordova-plugin-datepicker).
|
||||
*
|
||||
* Install the plugin by running the following command:
|
||||
* ```shell
|
||||
* cordova plugin add cordova-plugin-datepicker
|
||||
* ```
|
||||
*
|
||||
* @usage
|
||||
* ```js
|
||||
* DatePicker.show({
|
||||
|
@ -31,10 +31,6 @@ export interface Device {
|
||||
* @description
|
||||
* Access information about the underlying device and platform.
|
||||
*
|
||||
* ```shell
|
||||
* cordova plugin add cordova-plugin-device
|
||||
* ```
|
||||
*
|
||||
* @usage
|
||||
* ```js
|
||||
* let info = Device.getDevice();
|
||||
|
@ -39,10 +39,6 @@ export interface accelerometerOptions {
|
||||
* @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).
|
||||
*
|
||||
* ```shell
|
||||
* cordova plugin add cordova-plugin-device-motion
|
||||
* ````
|
||||
*
|
||||
* @usage
|
||||
* ```ts
|
||||
*
|
||||
|
@ -44,10 +44,6 @@ export interface CompassOptions {
|
||||
* @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).
|
||||
*
|
||||
* ```shell
|
||||
* cordova plugin add cordova-plugin-device-orientation
|
||||
* ````
|
||||
*
|
||||
* @usage
|
||||
* ```ts
|
||||
* // Get the device current compass heading
|
||||
|
@ -22,10 +22,6 @@ export interface promptCallback {
|
||||
*
|
||||
* Requires Cordova plugin: `cordova-plugin-dialogs`. For more info, please see the [Dialogs plugin docs](https://github.com/apache/cordova-plugin-dialogs).
|
||||
*
|
||||
* ```shell
|
||||
* cordova plugin add cordova-plugin-dialogs
|
||||
* ```
|
||||
*
|
||||
* @usage
|
||||
* ```js
|
||||
* ```
|
||||
|
@ -6,10 +6,6 @@ import {Plugin, Cordova} from './plugin';
|
||||
*
|
||||
* Requires Cordova plugin: `cordova-plugin-flashlight`. For more info, please see the [Flashlight plugin docs](https://github.com/EddyVerbruggen/Flashlight-PhoneGap-Plugin).
|
||||
*
|
||||
* ```shell
|
||||
* cordova plugin add cordova-plugin-flashlight
|
||||
* ```
|
||||
*
|
||||
* @usage
|
||||
* ```js
|
||||
* ```
|
||||
|
@ -99,10 +99,6 @@ export interface GeolocationOptions {
|
||||
*
|
||||
* This API is based on the W3C Geolocation API Specification, and only executes on devices that don't already provide an implementation.
|
||||
*
|
||||
* ```shell
|
||||
* cordova plugin add cordova-plugin-geolocation
|
||||
* ```
|
||||
*
|
||||
* @usage
|
||||
*
|
||||
* ```ts
|
||||
|
@ -25,10 +25,6 @@ export interface ImagePickerOptions {
|
||||
* Requires Cordova plugin: `cordova-plugin-image-picker`.
|
||||
* For more info, please see the https://github.com/wymsee/cordova-imagePicker
|
||||
*
|
||||
* ```shell
|
||||
* cordova plugin add cordova-plugin-image-picker
|
||||
* ```
|
||||
*
|
||||
* @usage
|
||||
* ```js
|
||||
* ImagePicker.getPictures(options).then((results) => {
|
||||
|
@ -51,10 +51,6 @@ export interface launchNavigatorOptions {
|
||||
* @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).
|
||||
*
|
||||
* ```shell
|
||||
* cordova plugin add uk.co.workingedge.phonegap.plugin.launchnavigator
|
||||
* ```
|
||||
*
|
||||
* @usage
|
||||
* ```js
|
||||
* LaunchNavigator.navigate("Toronto, ON", "London, ON")
|
||||
|
@ -4,10 +4,6 @@ import {Plugin, Cordova} from './plugin';
|
||||
* @description
|
||||
* This plugin allows you to display local notifications on the device
|
||||
*
|
||||
* ```shell
|
||||
* cordova plugin add cordova-plugin-local-notifications
|
||||
* ```
|
||||
*
|
||||
* @usage
|
||||
* ```ts
|
||||
* // Schedule a single notification
|
||||
|
@ -252,10 +252,6 @@ declare var PushNotification: {
|
||||
*
|
||||
* Requires Cordova plugin: `phonegap-plugin-push`. For more info, please see the [Push plugin docs](https://github.com/phonegap/phonegap-plugin-push).
|
||||
*
|
||||
* ```shell
|
||||
* cordova plugin add 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).
|
||||
*/
|
||||
@Plugin({
|
||||
|
@ -26,10 +26,6 @@ export interface smsOptionsAndroid {
|
||||
*
|
||||
* Requires Cordova plugin: cordova-plugin-sms. For more info, please see the [SMS plugin docs](https://github.com/cordova-sms/cordova-sms-plugin).
|
||||
*
|
||||
* ```shell
|
||||
* cordova plugin add cordova-sms-plugin
|
||||
* ```
|
||||
*
|
||||
* @usage
|
||||
* ```ts
|
||||
*
|
||||
|
@ -9,15 +9,11 @@ declare var window;
|
||||
*
|
||||
* Requires Cordova plugin: `cordova-plugin-statusbar`. For more info, please see the [StatusBar plugin docs](https://github.com/apache/cordova-plugin-statusbar).
|
||||
*
|
||||
* ```shell
|
||||
* cordova plugin add cordova-plugin-statusbar
|
||||
* ```
|
||||
*
|
||||
* @usage
|
||||
* ```ts
|
||||
* StatuBar.overlaysWebView(true);
|
||||
*
|
||||
* StatusBar.styleDefault();
|
||||
* StatusBar.
|
||||
* ```
|
||||
*
|
||||
*/
|
||||
|
@ -14,10 +14,6 @@ export interface ToastOptions {
|
||||
*
|
||||
* Requires Cordova plugin: `cordova-plugin-x-toast`. For more info, please see the [Toast plugin docs](https://github.com/EddyVerbruggen/Toast-PhoneGap-Plugin).
|
||||
*
|
||||
* ```shell
|
||||
* cordova plugin add cordova-plugin-x-toast
|
||||
* ```
|
||||
*
|
||||
* @usage
|
||||
* ```ts
|
||||
* Toast.show("I'm a toast", 5000, "center").subscribe(
|
||||
|
Loading…
Reference in New Issue
Block a user