1.0.2 • Published 9 years ago

cordova-plugin-appsettings v1.0.2

Weekly downloads
94
License
MIT
Repository
github
Last release
9 years ago

Purpose

A plugin to access the preference tags (settings) in config.xml via Javascript

NPM

https://www.npmjs.com/package/cordova-plugin-appsettings

Usage

cordova plugin add cordova-plugin-appsettings

AppSettings.get(
	function(value) {
		alert("Value: " + JSON.stringify(value));
	},
	function(error) {
    	alert("Error! " + JSON.stringify(error));
}, ["Preference1", "Preference2"]);

Credits

https://github.com/apache/cordova-labs/tree/cdvtest