Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 645 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 645 Bytes

#Warning Plugin is still in development. Now can only open gps settings on android. ##Next release:

  • port to iOS
  • selection page to open (wifi/newtork..)
  • callbacks

#NativeSettings plugin for Android Cordova.

The plugin allow you to open settings view from Android Cordova application. Based on https://github.com/raulduran/VideoPlayer.

#Adding the Plugin to your project

cordova plugin add https://github.com/jswirus/Cordova-open-native-settings.git

#Removing the Plugin to your project

cordova plugin rm com.phonegap.plugins.natiesettings

#Using the plugin

cordova.plugins.natiesettings.open(success_callback,failure_callback);