Languages

Menu
Sites
Language
How to pass arguments when launching a web app?

Hello,

i need to launch an external web app in my wearable consumer app; i do a

tizen.application.launch("zilKSi0yZe.tizen1", onsuccess_fn);

and it runs fine but i need to pass arguments to the tizen1 app: how do i do that?

Thanks in advance

c.

Responses

3 Replies
Heewon Hwang

If what you want to do is sending message to your application, how about using messaging port and send message right after launch 

Marco Buettner

https://developer.tizen.org/dev-guide/2.2.1/org.tizen.web.appprogramming/html/tutorials/app_tutorial/launching_app_application_service.htm

You have to setup an appControl.

AVSukhov

Hello,

If you need to run the application to perform the required functional you may use Application Control. And you can pass extraData.