Skip to content

jeroenv/checkroom-plugin-opensettings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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");  
});

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published