2012-12-06 122 views
0

我們config.xml中有的PhoneGap 2.1閃屏

<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上的啓動畫面構建/

+0

請參閱http://stackoverflow.com/questions/8156841/phonegap-splash-screen-for-android-app – ElitCenk

回答

0

您能否介紹一下您使用的設備類型?如果你正在iPhone 5上部署你的測試應用程序,恐怕你錯過了初始屏幕。我遇到了與我的應用程序相同的問題。嘗試創建具有以下屏幕尺寸的iphone 5圖像:

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