This plugin defines a global device object, which describes the device’s hardware and software. Although the object is in the global scope, it is not available until after device event. Properties device.cordova device.model device.platform device.uuid device.version These properties must be called after deviceready event fired to be sure that device can be fetched. Quick Example document.addEventListener(“deviceready”, callback, false); function callback() { […]
Articles Tagged: cordova
cordova.contacts
Provides access to the device contacts database. WARNING: Collection and use of contact data raises important privacy issues. Your app’s privacy policy should discuss how the app uses contact data and whether it is shared with any other parties. Contact information is considered sensitive because it reveals the people with whom a person communicates. Therefore, […]