1.1.0 • Published 9 years ago

cordova-plugin-nativesettings v1.1.0

Weekly downloads
13
License
-
Repository
github
Last release
9 years ago

#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(successcallback,failure_callback); // _Android only