cordova-plugin-splashscreen
cordova-plugin-splashscreen copied to clipboard
Use `SplashScreenBackgroundColor` when `SplashMaintainAspectRatio == true`
Feature Request
Motivation Behind Feature
When set SplashMaintainAspectRatio for android the default cordova backgroundColor is used.
https://github.com/apache/cordova-plugin-splashscreen/blob/d96c08e00badb5beca400abce4885bded56a03f7/src/android/SplashScreen.java#L304
Instead there should be an option to also use a splashscreen specific background color via the already defined SplashScreenBackgroundColor preference.
Feature Description
Alternatives or Workarounds
We have the same issue. Could you please add this feature?