Languages

Menu
Sites
Language
Displaying external images

What is the proper way to display external images?

For example

$('<img src="https://developer.tizen.org/sites/all/themes/tizen_theme/logo.png">').appendTo('.ui-scrollview-view')

where image can be from any resource?

Web Inspector shows 2 lines that the request was cancelled by jquery.min.js:2 and [native code]:0

Edited by: Brock Boland on 17 Mar, 2014 Reason: Paragraph tags added automatically from tizen_format_fix module.

Responses

2 Replies
konduri sai swathi
Hi, Add the below line in config.xml
<access origin="*" subdomains="true"/>
Maksym
it works, thanks!