[TIMOB-11971] Android: ImageView shows blank image for web content
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2013-01-21T22:09:45.000+0000 |
Affected Version/s | Release 3.1.0 |
Fix Version/s | Release 3.0.2, Release 3.1.0 |
Components | Android |
Labels | n/a |
Reporter | Karl Rowley |
Assignee | Karl Rowley |
Created | 2012-12-05T23:24:28.000+0000 |
Updated | 2013-01-24T10:18:32.000+0000 |
Description
Allen found this. Here's a short test program he provided:
var detailWindow = Titanium.UI.createWindow({
backgroundColor : '#fff'
});
var imageView = Ti.UI.createImageView({
image : "https://s3.amazonaws.com/static.tumblr.com/6t3upxl/Aawm08w0l/khout-kitten-458882.jpeg",
top : '10dp'
});
detailWindow.add(imageView);
detailWindow.open();
Expected result: Image of kitten is displayed.
Actual result: Screen is blank, then on device rotation image is displayed.
Pull request https://github.com/appcelerator/titanium_mobile/pull/3535
Backport task TIMOB-12302 Backport PR https://github.com/appcelerator/titanium_mobile/pull/3721
Tested with: SDK: 3.0.0 GA Studio: 3.0.1.201212181159 Device: samsung galaxy note(v 2.3.6) Image is shown successfully for web content.
Reopening to edit fixVersion