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

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -