Hi all,
First, wanted to say how great it is to be able to join Tizen Developer/Community and share through post/s.
To my main problem: I can't seem to make tizen.application.launch to work..
The tizen web application does show on emulator and it runs, although I encounter an error when it accesses the tizen.application.launch line..
Here's my code:
tizen.application.launch('http://yourdomain/Sample-Filesystem', onLaunchSuccess,
onError);
The error says that it can't find the application, but that name specifically comes from the config.xml file of that application.
Thanks in advanced for the help and support.
:-D