Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 780 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 780 Bytes

checkroom-plugin-opensettings

Open native settings plugin for Cordova/PhoneGap 3.0 (iOS and Android)

Installation

  1. Make sure that you have Node and Cordova CLI or PhoneGap's CLI installed on your machine.

  2. 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

Usage

window.plugins.openSettingsPlugin.show(options, function(){
	console.log("openSettingsPlugin success");  
});