Skip to content

Commit

Permalink
Mention setting the xwalk version via "webview": "crosswalk@ver"
Browse files Browse the repository at this point in the history
fixes #592
  • Loading branch information
agrieve committed Nov 27, 2015
1 parent 0ec9dc2 commit ab60c26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/NextSteps.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ Possible values for `manifest.mobile.json`:
```
* `webview`: Android only. Can be `"system"` or `"crosswalk"` (default)
* This can also be set with the `--webview` command-line flag
* To use a specific version of crosswalk, value can be `"crosswalk@##"`, where ## is the version.
* `packageId`: Used as the `packageId` on Android, and the `CFBundleIdentifier` on iOS.
* `csp`: When set, overrides the default Content-Security-Policy for apps
* `cspUnsafeEval`: Allow `eval` within Content-Security-Policy (default: false)
Expand Down

0 comments on commit ab60c26

Please sign in to comment.