Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-5208] createWindow method parity

GitHub Issuen/a
TypeBug
PriorityLow
StatusClosed
ResolutionInvalid
Resolution Date2017-06-07T23:49:15.000+0000
Affected Version/sRelease 1.7.2
Fix Version/sn/a
ComponentsAndroid
Labelsn/a
ReporterMatthew Apperson
AssigneeIngo Muschenetz
Created2011-09-06T07:42:29.000+0000
Updated2017-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

FileDateSize
Screen Shot 2011-09-06 at 10.22.56 AM.png2011-09-06T07:42:29.000+000073013
Screen Shot 2011-09-06 at 10.23.11 AM.png2011-09-06T07:42:29.000+000012856

Comments

  1. Lee Morris 2017-06-07

    Closing ticket due to time passed and lack of progress or input.

JSON Source