[TIMOB-5634] MobileWeb: Images which integrated in Mobile Web SDK cannot be displayed after deploying project
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Medium |
| Status | Closed |
| Resolution | Cannot Reproduce |
| Resolution Date | 2011-09-05T00:45:19.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | Release 1.7.2 |
| Components | n/a |
| Labels | n/a |
| Reporter | Misha Vasko |
| Assignee | Andrew Kulinich |
| Created | 2011-07-20T05:06:50.000+0000 |
| Updated | 2017-03-03T06:06:59.000+0000 |
Description
Images which integrated in Mobile Web SDK cannot be displayed after deploying project.
Example:
var tableView = Ti.UI.createTableView({
data: [{title:'Male',hasCheck:true},{title:'Female'}],
})
Expected behaviour: table with 2 rows. First row should content a checkmark.
Real result: First row cannot load an image with checkmark.
was fixed before
Closing issue due to time passed and irrelevance of the ticket.