0

我们的 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.phonegap.com) 服务时,它并没有给我们 iOS 构建中的启动画面/

4

1 回答 1

0

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

<gap:splash src="resources/images/ios/Default_iphone5.png"  width="640" height="1136" />
于 2012-12-11T20:31:36.007 回答