Can't I upload images with a screensaver? It blinks white, then turns black, and after a few seconds the application loads. My config.xml looks like this:
I am using Cordova 5.0.0 for Android. I ported my application from PhoneGap, where it works successfully, and the splash screen works.
config.xml
<platform name="android">
<splash src="www/images/openingscenehdpi.png" density="hdpi"/>
<splash src="www/images/openingsceneldpi.png" density="ldpi"/>
<splash src="www/images/openingscenemdpi.png" density="mdpi"/>
<splash src="www/images/openingscenexhdpi.png" density="xhdpi"/>
<preference name="android-minSdkVersion" value="14"/>
<preference name="android-targetSdkVersion" value="19"/>
<preference name="SetFullscreen" value="true"/>
<preference name="orientation" value="landscape"/>
</platform>
After reading all the other similar problems, I unsuccessfully tried the following, which did not change the behavior of the application:
- Only the presence of splash elements inside tags
- Adding preferences name = Value "SplashScreen" = "screen" inside and outside platform tags
- Adding preference name = Value "SplashScreen" = "splash" inside and outside platform tags
- , /android/res
- spashscreen javscipt index.html
, .
- ?