2

How can I add splash screens when using Crosswalk to create the APK?

A side question, what is the crosswalk equivalent of config.xml and where do I put it?

4

1 回答 1

1

在清单中:

"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

于 2014-06-01T14:41:01.910 回答