mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-19 08:32:52 +08:00
docs(docs): update names
This commit is contained in:
parent
5e2f201fcd
commit
786cd21de8
@ -1,7 +1,7 @@
|
||||
import {Plugin, Cordova} from './plugin';
|
||||
|
||||
/**
|
||||
* @name ActionSheet
|
||||
* @name Action Sheet
|
||||
* @description
|
||||
* The ActionSheet plugin shows a native list of options the user can choose from.
|
||||
*
|
||||
|
@ -1,7 +1,7 @@
|
||||
import {Plugin, Cordova} from './plugin';
|
||||
|
||||
/**
|
||||
* @name AppAvailability
|
||||
* @name App Availability
|
||||
* @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.
|
||||
*
|
||||
|
@ -3,7 +3,7 @@ import {Plugin, Cordova, CordovaProperty} from './plugin';
|
||||
declare var window;
|
||||
|
||||
/**
|
||||
* @name AppRate
|
||||
* @name App Rate
|
||||
* @description
|
||||
* The AppRate plugin makes it easy to prompt the user to rate your app, either now, later, or never.
|
||||
*
|
||||
|
@ -1,7 +1,7 @@
|
||||
import {Plugin, Cordova} from './plugin';
|
||||
|
||||
/**
|
||||
* @name AppVersion
|
||||
* @name App Version
|
||||
* @description
|
||||
* Reads the version of your app from the target build settings.
|
||||
*
|
||||
|
@ -1,7 +1,7 @@
|
||||
import {Plugin, Cordova} from './plugin';
|
||||
|
||||
/**
|
||||
* @name BarcodeScanner
|
||||
* @name Barcode Scanner
|
||||
* @description
|
||||
* The Barcode Scanner Plugin opens a camera view and automatically scans a barcode, returning the data back to you.
|
||||
*
|
||||
|
@ -64,7 +64,7 @@ export interface datePickerOptions {
|
||||
}
|
||||
|
||||
/**
|
||||
* @name DatePicker
|
||||
* @name Date Picker
|
||||
* @description
|
||||
* The DatePicker plugin allows the user to fetch date or time using native dialogs.
|
||||
*
|
||||
|
@ -35,7 +35,7 @@ export interface accelerometerOptions {
|
||||
}
|
||||
|
||||
/**
|
||||
* @name DeviceMotion
|
||||
* @name 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).
|
||||
*
|
||||
|
@ -40,7 +40,7 @@ export interface CompassOptions {
|
||||
}
|
||||
|
||||
/**
|
||||
* @name DeviceOrientation
|
||||
* @name 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).
|
||||
*
|
||||
|
@ -18,7 +18,7 @@ export interface ImagePickerOptions {
|
||||
}
|
||||
|
||||
/**
|
||||
* @name imagePicker
|
||||
* @name Image Picker
|
||||
* @description
|
||||
* Cordova Plugin For Multiple Image Selection
|
||||
*
|
||||
|
@ -47,7 +47,7 @@ export interface launchNavigatorOptions {
|
||||
}
|
||||
|
||||
/**
|
||||
* @name LaunchNavigator
|
||||
* @name Launch Navigator
|
||||
* @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).
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user