-
Make sure that you have Node and Cordova CLI or PhoneGap's CLI installed on your machine.
-
Add a plugin to your project using Cordova CLI:
cordova plugin add https://github.com/jeroenv/checkroom-plugin-opensettings
Or using PhoneGap CLI:
phonegap local plugin remove "com.checkroom.plugin.opensettings"
phonegap local plugin add https://github.com/jeroenv/checkroom-plugin-opensettings
window.plugins.openSettingsPlugin.show(options, function(){
console.log("openSettingsPlugin success");
});