1.0.0 • Published 8 years ago

cordova-deviceready v1.0.0

Weekly downloads
12
License
MIT
Repository
github
Last release
8 years ago

cordova-deviceready Build Status

Listen for the cordova deviceready callback in any environment

Install

$ npm install --save cordova-deviceready

Usage

var onDeviceReady = require('cordova-deviceready')

onDeviceReady(function () {
  // deviceready has been called
})

API

cordovaDeviceready(callback) -> void

callback

Required Type: function

Function to be called once the device is ready. If the device is already ready, it will be called instantly.

License

MIT © Andrew Joslin