Skip to content

Commit ab60c26

Browse files
committed
Mention setting the xwalk version via "webview": "crosswalk@ver"
fixes #592
1 parent 0ec9dc2 commit ab60c26

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/NextSteps.md

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ Possible values for `manifest.mobile.json`:
2929
```
3030
* `webview`: Android only. Can be `"system"` or `"crosswalk"` (default)
3131
* This can also be set with the `--webview` command-line flag
32+
* To use a specific version of crosswalk, value can be `"crosswalk@##"`, where ## is the version.
3233
* `packageId`: Used as the `packageId` on Android, and the `CFBundleIdentifier` on iOS.
3334
* `csp`: When set, overrides the default Content-Security-Policy for apps
3435
* `cspUnsafeEval`: Allow `eval` within Content-Security-Policy (default: false)

0 commit comments

Comments
 (0)