function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
raj345raj345 

Android Loading images from web

I am developing a hybrid application in android. I am trying to load external images from web. but its not working. Internal images were working fine, when I stored it in assests->www folder.The following code I am using to load external images from web.

 

<img src="http:....img.png" />

 

Help will be appreciated. Thanks in advance.

Kevin HawkinsKevin Hawkins

With hybrid apps, you have to make sure that any URL external to Salesforce is in your app's whitelist of accessible domains.