Languages

Menu
Sites
Language
Tizen TV app connected to the internet but doesn't access APIs or CDNs when built.
I have been using the Tizen Web Simulator Application to run my TV app and things have been going fine, the app connects to the internet normally and has no problem accessing data from APIs and CDNs, except that when I run/debug the app on a physical TV using run/debug as Tizen web application, all the APIs fail to fetch and all the CDNs fail as well. I added all the privileges I can find to the config.xml file, as well as adding the ('Access-Control-Allow-Origin': '*') line to my fetch operation. Can anyone help with this? Thank you.