On 29-03-2014 20:10, Павел Сорокин wrote:
Hello, i am trying to use crosswalk, but I have a problem. I used a url
params in my code, I parse them with javascript. So the question is, how
could I send some params to ready application, and how could I work with
that params using javascript.

If I understood correctly, you want to pass parameters to your webapp like we do for webpages, say:

./xwalk file://path/to/my/app/index.html?foo=123

Well, if you launch your application like this, it will work. And the "location.href" will give you the full path, including foo=123 which you can parse and use as parameter.

Cheers,

_______________________________________________
Crosswalk-help mailing list
[email protected]
https://lists.crosswalk-project.org/mailman/listinfo/crosswalk-help

Reply via email to