Closed richardman1 closed 7 years ago
I found the solution myself after trying more.
I forgot to add the following two headers to the tizen platform in config.xml of my toast project:
<access origin="*" subdomains="true"></access>
<tizen:privilege name="http://tizen.org/privilege/internet"/>
Hi @richardman1.
I've got à simular issue with ajax requests but O do have the above lines in my config file at the tizen platform section.
Are there any other specifics you did to make it work?
My app works perfect on emulator but I can't find the correct setting to make it work on the tv device.
Hi,
I am currently developing a TOAST application. I made it able to run it on an actual tv with some work-arounds(had to upload my certificates through the old Samsung TV IDE). So it runs good now, but the problem is that my tv does not execute the http request properly. This is possible with the simulator/emulator. Just not with the device. The TOAST application is built from scratch with the guide how you provided it on this GitHub page.
I have looked alot online on tizen forums, this toast page, samsung developers portal. I can't find a working solution. I even added some config stuff to the config file after building the toast application to tizen.
My request:
httpGetAsync("http://randomuser.me/api");
My config file:
I am running on Windows 10 Professional with the following specs: Processor: Intel(R) Xeon(R) CPU E5-1603 0 @ 2.80 GHz 2.80 GHz Installed memory (RAM): 16.0 GB System type: 64-bit Operation System, x64-based processor
This is a freshly installed desktop with the new Tizen Studio 1.1.1 version.
The TV we're talking about is a Samsung 6-Series FHD TV UE55J6240 that runs on Tizen 2.3 and the latest software version.
I hope you can help me.
With kind regards