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上的啓動畫面構建/
請參閱http://stackoverflow.com/questions/8156841/phonegap-splash-screen-for-android-app – ElitCenk