All Questions
3 questions
2
votes
1
answer
5k
views
Not working JavaScript webpage on Smart TVs
We have made a JavaScript/JQuery webpage with loads data by a HTTP-Request by AJAX, saves the data in the local storage and cricle though the data (every 10 seconds a new page with a part of the data)....
0
votes
1
answer
2k
views
File API writing file doesn't work Samsung smart tv SDK
I have this javascript code which makes possible writing in a file
{
var fileSystemObj = new FileSystem();
var fileObj = fileSystemObj.openCommonFile(curWidget.id +
...
0
votes
2
answers
5k
views
Making request in server, Samsung smart tv app?
I'm going to develop a samsung smart tv app, but I don't know how to make request in server db because samsung smart tv supports only Javascript.