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 に答える