gpt4 book ai didi

ios - 适用于新款 iPhone 7 (plus) 的 Phonegap/cordova 启动画面

转载 作者:行者123 更新时间:2023-11-29 00:36:43 24 4
gpt4 key购买 nike

直到 iPhone 7 出来,我在我的应用程序的 config.xml 中使用这些参数来设置 iOS 启动画面。

    <!-- iPhone 5 / iPod Touch (5th Generation) -->
<gap:splash src="res/screen/ios/screen-iphone-portrait-568h-2x.png" gap:platform="ios" width="640" height="1136" />

<!-- iPad -->
<gap:splash src="res/screen/ios/screen-ipad-portrait.png" width="768" height="1024" />
<gap:splash src="res/screen/ios/screen-ipad-landscape.png" gap:platform="ios" width="1024" height="768" />

<!-- Retina iPad -->
<gap:splash src="res/screen/ios/screen-ipad-portrait-2x.png" gap:platform="ios" width="1536" height="2048" />
<gap:splash src="res/screen/ios/screen-ipad-landscape-2x.png" gap:platform="ios" width="2048" height="1536" />

但是,我注意到新的 iPhone 7 没有加载我的自定义初始屏幕之一,而是默认的 phonegap 初始屏幕。

要添加什么?

这能解决问题吗?

<gap:splash src="res/screen/ios/iphone7.png" gap:platform="ios" width="750" height="1334" />
<gap:splash src="res/screen/ios/iphone7plus.png" gap:platform="ios" width="1080" height="1920" />

我问是因为我没有 iPhone 7,所以无法自己测试。因此,在我发现 iphone 7(plus) 的启动画面不正确之前,我的应用程序已经发布了。

顺便说一句:我使用纵向方向,因此在我的情况下不需要横向。

最佳答案

您确定 config.xml 中包含所有分辨率吗?这是我使用的示例。希望这会有所帮助。

<splash src="res/screen/ios/screen320x480.png" width="320" height="480"/>
<splash src="res/screen/ios/screen640x960.png" width="640" height="960"/>
<splash src="res/screen/ios/screen768x1024.png" width="768" height="1024"/>
<splash src="res/screen/ios/screen1536x2048.png" width="1536" height="2048"/>
<splash src="res/screen/ios/screen1024x768.png" width="1024" height="768"/>
<splash src="res/screen/ios/screen2048x1536.png" width="2048" height="1536"/>
<splash src="res/screen/ios/screen640x1136.png" width="640" height="1136"/>
<splash src="res/screen/ios/screen750x1334.png" width="750" height="1334"/>
<splash src="res/screen/ios/screen1242x2208.png" width="1242" height="2208"/>
<splash src="res/screen/ios/screen2208x1242.png" width="2208" height="1242"/>

关于ios - 适用于新款 iPhone 7 (plus) 的 Phonegap/cordova 启动画面,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40417904/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com