Jason Me <[email protected]> writes: > I have been using the XwalkView Arm library that i downloaded from > crosswalk-project around 6-8 mo ago. Being a pre compiled lib, will I be > able to add a xwalk-command-line file within my projects asset folder (the > project linking to the xwalkview jar and so files) or will i have to > download the xwalkview source and compile it myself with the command line > options added.
The purpose of the xwalk-command-line file is to allow you to add additional parameters without having to rebuild Crosswalk in the first place. > Also, what Chromium command-line arguments would be user to add > experimental javascript so that I can access Harmony Proxy object? (Remember that if this feature is not enabled it is still being worked on, so your mileage may vary if things explode in unpredictable ways) Try --js-flags=--harmony-proxies. _______________________________________________ Crosswalk-help mailing list [email protected] https://lists.crosswalk-project.org/mailman/listinfo/crosswalk-help
