Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-9857] MobileWeb: ImageView is not working on Blackberry OS7

GitHub Issuen/a
TypeBug
PriorityHigh
StatusClosed
ResolutionInvalid
Resolution Date2017-05-02T22:19:11.000+0000
Affected Version/sRelease 2.1.0
Fix Version/sn/a
ComponentsMobileWeb
LabelsSupportTeam
ReporterMauro Parra-Miranda
AssigneeChris Barber
Created2012-07-02T12:12:38.000+0000
Updated2017-05-02T22:19:11.000+0000

Description

Problem Description

When they use ImageView, nothing is show in the BB's Browser. If they use a plain View with a background, will work.

Expected results

ImageView showing the image

Actual Results

ImageView not working.

Test Case

1. Create new mobile project 2. Paste app.js:

var win = Ti.UI.createWindow();
var iv = Ti.UI.createImageView({
	image:'KS_nav_ui.png',
});
win.add(iv);
win.open();

Comments

  1. Federico Casali 2012-07-03

    Not reproducible on BlackBerry 9930 7.1 Bundle 457 (v7.1.0.163)
  2. Lee Morris 2017-05-02

    Resolving ticket as Invalid as BlackBerry is no longer supported.

JSON Source