cordova-plugin-overview

Customize the Android Overview Screen

Usage no npm install needed!

<script type="module">
  import cordovaPluginOverview from 'https://cdn.skypack.dev/cordova-plugin-overview';
</script>

README

cordova-plugin-overview

Customize the Android Overview Screen

Installation

This installation method requires cordova 5.0+. This must be compiled at Android API level 21 or higher.

cordova plugin add cordova-plugin-overview

Preferences

config.xml

The plugin supports any string from android.graphics.Color.parseColor().

<preference name="OverviewColor" value="#bd3138" />

License

The MIT License (MIT)