[TIMOB-5564] MobileWeb: Not working property Ti.UI.backgroundImage
| GitHub Issue | n/a | 
|---|---|
| Type | Bug | 
| Priority | Medium | 
| Status | Closed | 
| Resolution | Fixed | 
| Resolution Date | 2011-06-01T01:11:02.000+0000 | 
| Affected Version/s | n/a | 
| Fix Version/s | n/a | 
| Components | MobileWeb | 
| Labels | n/a | 
| Reporter | Misha Vasko | 
| Assignee | Maxim Negadaylov | 
| Created | 2011-06-01T00:38:48.000+0000 | 
| Updated | 2017-03-09T20:49:56.000+0000 | 
Description
	I can't see any backgroundImage on the empty window when property Ti.UI.backgroundImgage is set. Property Ti.UI.backgroundColor works fine.
var win = Ti.UI.currentWindow;
Ti.UI.backgroundImage = '../images/BUTT_drk_off.png';
Ti.UI.backgroundColor = 'green';
Closing ticket as fixed.