PhoneGap 2.1启动画面

时间:2012-12-06 15:34:59

标签: ios cordova splash-screen

我们的config.xml有

<gap:splash src="splash.png" />
<gap:splash src="res/screen/ios/screen-iphone-portrait.png" gap:platform="ios" width="320" height="480" />
<gap:splash src="res/screen/ios/screen-iphone-portrait-2x.png" gap:platform="ios" width="640" height="960" />
<gap:splash src="res/screen/ios/screen-ipad-portrait.png" gap:platform="ios" width="768" height="1024" />
<gap:splash src="res/screen/ios/screen-ipad-landscape.png" gap:platform="ios" width="1024" height="768" />

然而,当我们上传到Phonegap build(build.phonegap.com)服务时,它没有在iOS版本中为我们提供启动画面/

1 个答案:

答案 0 :(得分:0)

您能否提供有关您使用的设备类型的更多信息?如果您在iphone 5上部署测试应用程序,恐怕您错过了闪存屏幕。我的应用程序遇到了同样的问题。尝试为具有以下屏幕尺寸的iphone 5创建图像:

<gap:splash src="resources/images/ios/Default_iphone5.png"  width="640" height="1136" />