[TIMOB-5559] MobileWeb: Ti.UI.ActivityIndicator does not work.
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Medium |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2011-07-01T01:31:35.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-07-01T01:01:47.000+0000 |
| Updated | 2017-03-09T20:10:39.000+0000 |
Description
Ti.UI.ActivityIndicator does not work.
var win = Ti.UI.currentWindow;
win.backgroundColor = '#eee';
var actInd = Titanium.UI.createActivityIndicator({
height:50,
width:10
});
actInd.show();
Does not work without win.add(actInd).
Closing ticket as fixed.