0.0.8 • Published 9 years ago

cordova-plugin-utility v0.0.8

Weekly downloads
-
License
Apache 2.0
Repository
bitbucket
Last release
9 years ago

cordova-utility

Cordova Plugin For Helper Functions

Installing the plugin

The plugin conforms to the Cordova plugin specification, it can be installed using the Cordova / Phonegap command line interface.

cordova plugin add cordova-plugin-utility

Using the plugin

The plugin creates the object plugins.utility in window through which you can access the Utility functions and variables

Example - Check whether platform is Android or not:

var isAndroid = plugins.utility.isAndroid;
var isIOS = plugins.utility.isIOS;

License

MIT

0.0.8

9 years ago

0.0.7

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago