简体   繁体   English

Phonegap iOS的示例config.xml

[英]Sample config.xml for phonegap ios

Can any one share me sample config.xml for ios which include the configuration of app icons and splash screensfor all devices? 谁能与我共享ios的config.xml示例,其中包括所有设备的应用程序图标和启动屏幕的配置?

App got crashed when i include the below code in config.xml 当我在config.xml中包含以下代码时,应用程序崩溃了

<icon src="icon/ios/icon-57.png" /> <icon src="icon/ios/icon-57.png" gap:platform="ios" width="57" height="57" /> <icon src="icon/ios/icon-72.png" gap:platform="ios" width="72" height="72" />

Need help on this 在这方面需要帮助

This is the icons section from my config.xml... 这是我的config.xml中的图标部分。

<icon src="res/icon/ios/icon-57.png"            gap:platform="ios"        width="57" height="57" />
<icon src="res/icon/ios/icon-72.png"            gap:platform="ios"        width="72" height="72" />
<icon src="res/icon/ios/icon-57-2x.png"         gap:platform="ios"        width="114" height="114" />
<icon src="res/icon/ios/icon-72-2x.png"         gap:platform="ios"        width="144" height="144" />

It looks like the first icon tag you have would break it, as there's no attributes. 似乎您拥有的第一个图标标签会破坏它,因为没有属性。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM