Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-12433] Add defaultImage property to ImageView on MobileWeb

GitHub Issuen/a
TypeNew Feature
PriorityCritical
StatusClosed
ResolutionWon't Fix
Resolution Date2017-05-01T22:37:03.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsMobileWeb
Labelsn/a
ReporterAnatoliy Odukha
AssigneeChris Barber
Created2013-01-14T07:13:51.000+0000
Updated2017-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.

Comments

  1. Lee Morris 2017-05-01

    Resolving ticket as "Won't Fix" as MobileWeb is no longer supported.

JSON Source