Currently we have the web application built but its not Native Tizen so all I am doing is loading the url of the web application which is hosted with the URL.
i.e window.location.href = “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 .
How can i make webapp not to load in web browser url?