Menu
Sites
Language
Calling external scripts

Hello,

I have a web app on tizen (not external). However, I am trying to call some external scripts on my server to load in content and they aren't loading in. Do I need to specify what URL's I am calling? Or is something else wrong?

Thanks

Edited on 18 03, 2014

Responses

3 Replies
talari praveen kumar

Hi

Yes you need to specify those urls you are using in "config.xml->policy->access"  tab

konduri sai swathi

Hi ,

Add the below line in config.xml source file : 

<access origin="*" subdomains="true"></access>

                                   (Or)

Add the URL you are accessing in your app in the "Policy" tab of the config file and make "Allow Subdomain" as "true" and save the file.

Alex Wormuth

Awesome, problem solved. Thanks so much!