[TIMOB-12433] Add defaultImage property to ImageView on MobileWeb
| GitHub Issue | n/a |
|---|---|
| Type | New Feature |
| Priority | Critical |
| Status | Closed |
| Resolution | Won't Fix |
| Resolution Date | 2017-05-01T22:37:03.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | MobileWeb |
| Labels | n/a |
| Reporter | Anatoliy Odukha |
| Assignee | Chris Barber |
| Created | 2013-01-14T07:13:51.000+0000 |
| Updated | 2017-05-02T21:30:02.000+0000 |
Description
defaultImage property is not working for MobileWeb. As result code (form KS) is not working in same way on mobile and MobileWeb:
var imageView = Titanium.UI.createImageView({
image : 'http://static.appcelerator.com/images/header/appc_logo.png',
defaultImage : '/images/cloud.png',
top : 20,
width : 100,
height : 100
});
It may be useful to show def. image from my site if remote not available.
Resolving ticket as "Won't Fix" as MobileWeb is no longer supported.