cordova-plugin-open-app-settings

Open the settings app and show the settings for this application.


Keywords
cordova, open, app, settings, ecosystem:cordova, cordova-ios
License
ISC
Install
npm install cordova-plugin-open-app-settings@0.1.3

Documentation

cordova-plugin-open-app-settings

Open the settings app and show the settings for this application.

Methods

open

Opens the settings app.

Example:

const {OpenAppSettings} = window.cordova.plugins;
OpenAppSettings.open();