在 config.xml 中为 PhoneGap 分配相关的启动屏幕

发布于 2024-12-07 07:53:16 字数 117 浏览 1 评论 0原文

我目前正在使用 PhoneGap 为多个设备开发一个应用程序。我们如何在 config.xml 中配置它,以便我们可以为不同的设备(例如 iPhone、iPad、Android)指定启动屏幕的大小(实际上是图标的大小)?

I am currently developing an application using PhoneGap for multiple devices. How do we configure it in config.xml so that we can specify the size of splash screen (and matter of fact for icons) for the different devices (e.g. iPhone, iPad, Android)?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

水溶 2024-12-14 07:53:16

对于安卓:
设计相关的 Splash 和图标图像,并将它们放入相应的可绘制对象(drawable-mdpi、drawable-hdpi 等..)文件夹中

对于 iPhone:
只需在 iPhone 和 iPad 的 XCode 中选择 Default.png 图像

For Android:
design relevant Splash and icon images and drop them in respective drawables (drawable-mdpi, drawable-hdpi etc ..) folders

For iPhone:
Just select Default.png images in your XCode for both iPhone and iPad

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文