[TIMOB-9857] MobileWeb: ImageView is not working on Blackberry OS7
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2017-05-02T22:19:11.000+0000 |
Affected Version/s | Release 2.1.0 |
Fix Version/s | n/a |
Components | MobileWeb |
Labels | SupportTeam |
Reporter | Mauro Parra-Miranda |
Assignee | Chris Barber |
Created | 2012-07-02T12:12:38.000+0000 |
Updated | 2017-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 imageActual 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();
Not reproducible on BlackBerry 9930 7.1 Bundle 457 (v7.1.0.163)
Resolving ticket as Invalid as BlackBerry is no longer supported.