1.1.1 • Published 7 years ago

com.github.michael79bxl.cordova-plugin-nativesettings v1.1.1

Weekly downloads
5
License
-
Repository
github
Last release
7 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