I would like to not have a splash screen for an app I am developing for Android and iOS using Cordova. The documentation for the plugin cordova-plugin-splashscreen explains how to do it but it works for Android and not iOS:
I have tried the suggestions in this question and they too don't work.
Has anyone successfully disabled the splash screen on iOS with Cordova and, if so, how was it done?