I created a HelloWorld app with Cordova:
cordova create hello ; cd hello ; cordova platform add ios
When I run it on iOS, a white blank screen flashes just before the app is loaded. How can I get rid of this flashing?
I found many solutions with splash screen configuration, but I don't want a splash screen in my app. (The HelloWorld already has a splash screen, but this does not prevent the flashing problem.) I also tried to set the background-color to black with no success.