I am trying to display remote images inside a scrollableview. All works fine except the displayed image are resized depending on imageView property. I don't manage to display them in their original format (all the images have the same fix width). Moreover the cache mechanism I use save resized images (using toBlob function) and not original size images. Any idea ? it should be simple.. App type: mobile Platform : android 2.2 Ti SDk : 2.0.1
1 Answer
Accepted Answer
You should give height and width of your image view as Ti.UI.SIZE,
Hope it helps.
Thanks
Your Answer
Think you can help? Login to answer this question!