如何在使用Crosswalk创建APK时添加闪屏?
一个附带的问题是,什么是config.xml的人行横道等价物,我应该把它放在哪里?
发布于 2014-06-01 22:41:02
在清单中:
"launch_screen": {
"ready_when": "custom",
"portrait": {
"background_color": "#ff0000",
"background_image": "bgfoo.png 1x, bgfoo-2x.png 2x",
}
}请参阅:https://crosswalk-project.org/#documentation/manifest/launch_screen
https://stackoverflow.com/questions/23978257
复制相似问题