cordova - Crosswalk for Android splash screens -
how can add splash screens when using crosswalk create apk?
a side question, crosswalk equivalent of config.xml , put it?
in manifest:
"launch_screen": { "ready_when": "custom", "portrait": { "background_color": "#ff0000", "background_image": "bgfoo.png 1x, bgfoo-2x.png 2x", } }
see: https://crosswalk-project.org/#documentation/manifest/launch_screen
Comments
Post a Comment