cordova-plugin-nativesettings
v1.1.0
Published
Native settings
Downloads
3
Maintainers
Readme
#NativeSettings plugin for Android and iOS 8 Cordova.
The plugin allow you to open Location Settings view from Android Cordova application and to open Native App settings view from iOS 8 Cordova application. Based on https://github.com/raulduran/VideoPlayer.
Fork of https://github.com/selahssea/Cordova-open-native-settings
#Using the plugin
cordova.plugins.settings.open(success_callback,failure_callback);
cordova.plugins.settings.openGlobal(success_callback,failure_callback); // Android only