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

Popular posts from this blog

ios - Change Storyboard View using Seague -

inversion of control - Autofac named registration constructor injection -

verilog - Systemverilog dynamic casting issues -