Android 11 w/ Cordova and Full Screen Splash Images

I’ve recently updated a few of my legacy Cordova apps to Android 11 and noticed that it no longer supports the <splash> config, but instead expects an icon for the Splash screen.

Is there anyway to still use a full screen image for the splash on Android 11+?

No, it’s not possible with Cordova.

If you migrate to Capacitor, you can still use the legacy splash screen, but will go away eventually.