Application Settings

cordova-plugin-screen-orientation sets/locks the screen orientation, ie. portrait or landscape.

cordova-plugin-splashscreen sets the

image to display during application launch.

cordova-plugin-statusbar customizes the status bar, typically seen at the top of the screen of the device.

cordova-plugin-whitelist implements a whitelist policy for navigating the application. The list of allowed external addresses is specified in config.xml as well as in the Content Security Policy <meta> tag.

cordova-plugin-permission verifies and request grants for Android app permissions.

cordova-plugin-insomia prevents the screen of the mobile device from falling asleep.

cordova-plugin-background-mode prevents apps from going to sleep in background.

Cordova-plugin-enable-multidex enables multidex for Android apps with over 64K methods.