I have an image with 9 patches ( splash.9.png ). I would like to use it as a splash screen of the Cordova application (3.4.0). If I started the Android project (Cordoba) from Eclipse, everything will be as it should be, that is, a splash screen will appear, and the stretched areas are stretched. However, if I launch the application using the command line interface, the entire splash screen is stretched / deformed, as if Cordoba did not consider it as a 9-patch image, but as a regular .png. My config.xml says the following:
<preference name="SplashScreen" value="splash" />
<preference name="SplashScreenDelay" value="5000" />
Is there anything else that needs to be installed? Any other clues? Thanks in advance!
source
share