Tizen Developers

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 on 18 03, 2014

Responses

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