[TIMOB-15333] Android: Support for Gzip on ImageViews
| GitHub Issue | n/a |
|---|---|
| Type | New Feature |
| Priority | Low |
| Status | Closed |
| Resolution | Not Our Bug |
| Resolution Date | 2013-09-24T16:00:56.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | Android |
| Labels | android, gzip, imageview |
| Reporter | Mads Moller |
| Assignee | Ingo Muschenetz |
| Created | 2013-09-24T07:11:25.000+0000 |
| Updated | 2017-03-28T22:56:39.000+0000 |
Description
When a server has Content-Encoding:gzip for images, android will not download the remote image. This works on iOS, but Android will not accept the gzipped image data.
DDMS log:
SkImageDecoder::Factory returned null
var imageView = Ti.UI.createImageView({
image:"http://example.com/image.png"
});
I know this issue exists: TIMOB-2698 but that for the XHR object.
Is this a bug, or did Android SDK never support this?
Hi Mads Moller, This feature will be added next version of titanium. Thanks
Closing ticket as the issue mentioned is not our bug.