marry plugin description
install/uninstall Cordova plugins
Registry manager for cordova-plugman
Plugman compatible wrapper for LocationKit.
plugman create --name KiranTest --plugin_id cordova.plugin.kirantest --plugin_version 0.0.1 cd KiranTest/ plugman platform add --platform_name ios plugman createpackagejson ./
plugman install --platform android --project ..\irf-btest\platforms\android --plugin ..\irf-bluetooth-plugin
Cordova plugin to return the version number of the current app
Prevent the screen of the mobile device from falling asleep.
Apache Cordova tools core lib and API
Originally by Simon MacDonald (@macdonst), ported to plugman and some other cleanup by Dan Moore (@mooreds). Dan Moore also pulled in the iOS code, written by Tue Topholm / Sugee
Scan the fingerprint of your user with the TouchID sensor, or the user's Face with Face ID on iPhone X
Launch your app by using this URL: mycoolapp://, you can add a path and even pass params like this: mycoolerapp://somepath?foo=bar, supports up to 9 scheme.
Cordova FileChooser Plugin
Show a sheet of options the user can choose from.
This plugin allows you to show a Toast. A Toast is a little non intrusive buttonless popup which automatically disappears.
Allows your app to keep on playing audio when it's in the background.
This plugin allows you switch the Flashlight / Torch of your device on or off.
Launch your app by using this URL: mycoolapp://, you can add a path and even pass params like this: mycoolerapp://somepath?foo=bar
Scan the fingerprint of your user with the TouchID sensor (iPhone 5S, iPhone 6(S), ..) and control a key in the Keychain
This plugin allows you to see if other apps are installed and launch them. On Android, you can send extras to the launched Activity and receive result data (if available), as well as retrieve a list of applications that can open a specified uri.
You can use the BarcodeScanner plugin to scan different types of barcodes (using the device's camera) and get the metadata encoded in them for processing within your application.
.创建cordova 插件 使用plugman 创建 调试使用 cordova prepare 打包进入Android和iOS project里面 本地调试 cordova plugin add /Users/wu/Documents/github/SYPlugin 移除 cordova plugin remove com.sy.cordova.plugin 添加 cordova plugin add syplugin
You can use the BarcodeScanner plugin to scan different types of barcodes (using the device's camera) and get the metadata encoded in them for processing within your application.
install/uninstall Cordova plugins