[TIMOB-5208] createWindow method parity
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2017-06-07T23:49:15.000+0000 |
Affected Version/s | Release 1.7.2 |
Fix Version/s | n/a |
Components | Android |
Labels | n/a |
Reporter | Matthew Apperson |
Assignee | Ingo Muschenetz |
Created | 2011-09-06T07:42:29.000+0000 |
Updated | 2017-06-07T23:49:15.000+0000 |
Description
When building a window based app, opening a window (with no properties) in iOS results is a black BG window, where in Android it results in a window with a "spashscreen background" (see attached images, the label is simply added to see the effect, but not needed to reproduce the "issue")
var win = Ti.UI.createWindow();
var label = Ti.UI.createLabel({
text: 'test',
color: 'white'
});
win.add(label);
win.open();
Attachments
File | Date | Size |
---|---|---|
Screen Shot 2011-09-06 at 10.22.56 AM.png | 2011-09-06T07:42:29.000+0000 | 73013 |
Screen Shot 2011-09-06 at 10.23.11 AM.png | 2011-09-06T07:42:29.000+0000 | 12856 |
Closing ticket due to time passed and lack of progress or input.