cordova - Setting iOS splash image not possible in Sencha Touch + phonegap? -


i have looked around on web answers , unable find clear way set ios splash screen sencha/phonegap config. created splash images both sencha , phonegap resource directories, , added them sencha's app.json , config.xml shown below, ran "sencha app refresh && sencha app build native".

<gap:splashgap:platform="ios"width="320"height="480"src="resources/splash/320x480.png" /> <gap:splashgap:platform="ios"width="640"height="960"src="resources/splash/640x960.png" /> <gap:splashgap:platform="ios"width="640"height="1136"src="resources/splash/640x1136.png" /> <gap:splashgap:platform="ios"width="768"height="1024"src="resources/splash/768x1024.png" /> <gap:splashgap:platform="ios"width="1024"height="768"src="resources/splash/1024x768.png" /> <gap:splashgap:platform="ios"width="1536"height="2048"src="resources/splash/1536x2048.png" /> <gap:splashgap:platform="ios"width="2048"height="1536"src="resources/splash/2048x1536.png" /> 

this workflow works update app icon files in xcode project, not update ios splash screen.

is not possible??

thanks!


Comments

Popular posts from this blog

shopping cart - Page redirect not working PHP -

php - How to modify a menu to show sub-menus -

python - Installing PyDev in eclipse is failed -