Languages

Menu
Sites
Language
do not display an image in Web App

Hi All,

I use Tizen web app to load an image from URL

<body>
  <img src="http://farm8.staticflickr.com/7308/9092410797_b4c0ec4fd3_z.jpg"/>
</body>

the image don't display on my emulator.

thanks

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

Responses

3 Replies
Raghavendra Reddy Shiva
You need to provide the permissions to access the network resources in the "Config file" under "Access" tab. Just add the below URL under the Network URL, and make sure you make the allow sub domains as "TRUE". http://farm8.staticflickr.com/ OR just add the below code to config file source, After doing these changes, you should be able to access the image file in emulator.
Raghavendra Reddy Shiva
Code wasn't displayed... Here you go.,
Vu Nguyen
Hi Raghavendra, it is OK. thank you