Skip to content
This repository was archived by the owner on Apr 3, 2020. It is now read-only.

Use Chromium command lines in your apps on Android

Xingnan Wang edited this page Apr 14, 2014 · 3 revisions

Crosswalk is powered by Chromium and supports all the command lines of Chromium. To achieve this, developers can directly use the "--xwalk-command-line" option in make_apk.py script when generating the application for Android.

For example, to disable the webgl and webaudio in Crosswalk, python make_apk.py --manifest=xwalk-simple/manifest.json --xwalk-command-line='--disable-webgl --disable-webaudio'

If developers don't want to use make_apk.py, they could write a command line file named xwalk-command-line and put it under assets folder of the apk with the format: xwalk --disable-webgl --disable-webaudio

Clone this wiki locally