在 config.xml 中为 PhoneGap 分配相关的启动屏幕
我目前正在使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
对于安卓:
设计相关的 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