Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-8385] Android:Orientation -v8: Splash Screen is not appearing On Device when in Landscape mode

GitHub Issuen/a
TypeBug
PriorityLow
StatusClosed
ResolutionInvalid
Resolution Date2017-06-07T21:28:14.000+0000
Affected Version/sRelease 2.0.0
Fix Version/sn/a
ComponentsAndroid
Labelsqe-and031912
ReporterNeha Chhabra
AssigneeEric Merriman
Created2012-03-29T04:16:36.000+0000
Updated2017-06-07T21:28:14.000+0000

Description

Splash Screen is not appearing On Device in landscape mode Steps To Reproduce: 1. Launch app in landscape mode app.js
var win = Ti.UI.createWindow({
	backgroundColor: 'white'
});

win.orientationModes =  [Ti.UI.LANDSCAPE_LEFT, Ti.UI.LANDSCAPE_RIGHT,Ti.UI.PORTRAIT,Ti.UI.UPSIDE_PORTRAIT];

var label = Ti.UI.createLabel({
	text: 'Hello!',
	color: 'red',
	height: 'auto',
	width: 'auto'
});

win.add(label);

win.open();
Expected Result:Splash screen should appear in portrait mode, but the app.js screen should appear in landscape mode Actual Result: 1. Splash screen is not appearing in landscape mode, but appeared in potrait mode. 2. On Android tab, the splash screen shows up in both the modes

Comments

  1. Lee Morris 2017-06-07

    Closing ticket due to lack of activity and time passed.

JSON Source