Bug in ImageView? Image / Url Property is different in Android / iPhone
Hello,
I think I've found a bug in imageView. I want to display a graphic from Google Chart API which starts by http://chart.apis.google.com/chart?cht=ls…
Android displays the image only if I use the "url" parameter. iPhone displays the image only if I use the "image" parameter.
If I set both "image" and "url" parameter to the same value, iPhone does even not display the image.
Always getting a warning in iPhone as soon as I set an url property:
[WARN] the 'url' property on ImageView has been deprecated. Please use 'image' instead
Regards
Update: local files works great in Android using the image Property, only external urls seems to be a problem.