I built an app which behaves correct on Android but on iOS after displaying the splash screen nothing happens. Splash screen stays forever. In the Browser the app runs as expected an no error is shown in dev mode.
I also tried to remove everything from config.xml - so only this is left regarding plugins and splashscreen:
Tip: If you’re pasting code, html or config files, surround the code with triple back ticks (```), before the first line and after the last one. It will be formatted properly. (We fixed it for you this time)
Regarding “SplashScreenDelay”: Yes I tried several numbers 1000-3000
When I set the value to 3000 it hides correctly on Android after 3 sec but on iOS present forever.