Hello
We are developing a hosted web application for tizen TV. We want to add promoted content feature to our app.
we are not using index.html as a start-up file therefore I don’t have chance to call internal script file from index.html
<content src="our app url"/>
<tizen:privilege name="http://developer.samsung.com/privilege/hostedapp_deviceapi_allow"/>
Our config xml file looks like this.
Is there a suggested way to load internal js file?
Thanks,