In my Worklight application, I am getting a White Screen after my splash screen and then web page appears. I have configured the splash screen using cordova.
<feature name="SplashScreen">
<param name="android-package" value="org.apache.cordova.splashscreen.SplashScreen" />
</feature>
And set the properties like below
<preference name="splashscreen" value="splash"/>
<preference name="splashScreenDelay" value="10000"/>
Note sure why the white screen appears for fraction of seconds and disappear and ten loaded my web page.
Worklight Studio Version 6.1 and Android 4.2.x