Currently we have the web application built but its not Native Tizen Tv application , so all I am doing is loading the url of the web application which is hosted with the URL and created a Tizen web TV application.
i.e window.location.href = “htpps://..................”; // where i am loading the url
So when I run this on emulator and TV device the application runs and it’s getting loaded on browser than a normal App way !
All I want is to avoid the browser and make it run as a normal tizen application for TV , as in Mobile platform we can achieve using Webview so is there a way here for TV app’s.
Please let me know how I can achieve this .