[TIMOB-19736] iOS: ImageView "load" event not fired on cached images
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | None |
| Status | Closed |
| Resolution | Cannot Reproduce |
| Resolution Date | 2019-11-20T19:15:33.000+0000 |
| Affected Version/s | Release 5.1.0, Release 5.0.1, Release 5.0.2, Release 5.0.0 |
| Fix Version/s | n/a |
| Components | n/a |
| Labels | event, imageView, load |
| Reporter | Hans Knöchel |
| Assignee | Unknown |
| Created | 2015-10-17T22:03:21.000+0000 |
| Updated | 2019-11-20T19:15:33.000+0000 |
Description
The
load event of the Ti.UI.ImageView is not fired, when a remote image was already downloaded before (is cached).
*Use case*:
This behavior produces critical problems when we want to show a preloader that we hide after an image is loaded.
*Expected behavior*:
The load event is fired after the cached image is set.
*Actual behavior*:
The load event does not fire after the cached image is set.
Closing issue as “Cannot Reproduce”. No test code provided, or code provided in URL links is no longer available. The SDKs listed are out of date with our current release (8.2.1.GA as of the date of closure), and out of date with mobile OS versions. If community members feel that the issue is still valid, please add a comment, and include code that demonstrates/reproduces the issue.