Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-1145] Android: Orientation issues?

GitHub Issuen/a
TypeBug
PriorityMedium
StatusClosed
ResolutionDuplicate
Resolution Date2011-04-15T02:45:10.000+0000
Affected Version/sn/a
Fix Version/sRelease 1.5.0
ComponentsAndroid
Labelsandroid, defect, orientation
ReporterStephen Tramer
AssigneeDon Thorp
Created2011-04-15T02:45:09.000+0000
Updated2017-03-03T06:10:12.000+0000

Description

Ticket #879 mentioned that there might be orientation issues on Android which could be duplicated by the following code:

var webView = Titanium.UI.createWebView({url:'http://google.com'});
var win = Titanium.UI.createWindow({fullscreen: true});

win.orientationModes = [

Titanium.UI.PORTRAIT,
Titanium.UI.UPSIDE_PORTRAIT
];

win.add(webView);
win.open();

May have been fixed at some point, maybe not.

Comments

  1. Thomas Huelbert 2011-04-15

    valid, needs testcase

  2. Marshall Culpepper 2011-04-15

    This is a duplicate of #1045, I added the test case there

  3. Karl Åström 2011-08-23

    So what happened to #1045 ?
  4. Lee Morris 2017-03-03

    Closing issue due to time passed and irrelevance of the ticket.

JSON Source