语言

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

编辑者为: Brock Boland 17 3月, 2014 原因: Paragraph tags added automatically from tizen_format_fix module.

响应

3 回复
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!