Hello,
When trying to launch the browser from within my web app on the test device nothing happens and I don't get any error message. I did include the privilige 'http://tizen.org/privilege/application.launch' in the file 'config.html'. I'm using Tizen SDK 2.1 and I don't have this problem in my native apps.
Any ideas on how to solve this problem?
My code:
var appControl = new tizen.ApplicationControl("http://tizen.org/appcontrol/operation/view", url, null, null);
tizen.application.launchAppControl(appControl, 0, null, null, null);