Titanium: ImageViews with remote images not showing as Retina -


using sdk 3.5.1 currently

i have remotely hosted images loading imageviews. have hires:true set.

here code i'm using:

var hasattachesthumbicon = ti.ui.createimageview({                 width:96,                 height:'auto',                 top:6,                 bottom:6,                 right:10,                 image:hasattachesthumb,                 defaultimage:'/icons/placeholder_big.png',                 hires:true,                      }); 

i think issue i'm not explicitly setting height of image. reason images of different sizes , aspect ratios, requirement should fit block measuring 96 pixels, i've set such.

any ideas?

thanks!

are trying test 2x or 3x images? if trying 3x images hires not work support still not present. suggested mark, change auto titanium.ui.size, auto has been deprecated. can confirm whether default image getting displayed till remote image being downloaded?


Comments

Popular posts from this blog

cakephp - simple blog with croogo -

How to group boxplot outliers in gnuplot -

bash - Performing variable substitution in a string -