Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-11971] Android: ImageView shows blank image for web content

GitHub Issuen/a
TypeBug
PriorityHigh
StatusClosed
ResolutionFixed
Resolution Date2013-01-21T22:09:45.000+0000
Affected Version/sRelease 3.1.0
Fix Version/sRelease 3.0.2, Release 3.1.0
ComponentsAndroid
Labelsn/a
ReporterKarl Rowley
AssigneeKarl Rowley
Created2012-12-05T23:24:28.000+0000
Updated2013-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.

Comments

  1. Karl Rowley 2012-12-05

    Pull request https://github.com/appcelerator/titanium_mobile/pull/3535
  2. Vishal Duggal 2013-01-16

    Backport task TIMOB-12302 Backport PR https://github.com/appcelerator/titanium_mobile/pull/3721
  3. Anshu Mittal 2013-01-16

    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.
  4. Vishal Duggal 2013-01-21

    Reopening to edit fixVersion

JSON Source