[TIMOB-1145] Android: Orientation issues?
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Duplicate |
Resolution Date | 2011-04-15T02:45:10.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 1.5.0 |
Components | Android |
Labels | android, defect, orientation |
Reporter | Stephen Tramer |
Assignee | Don Thorp |
Created | 2011-04-15T02:45:09.000+0000 |
Updated | 2017-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.
valid, needs testcase
This is a duplicate of #1045, I added the test case there
So what happened to #1045 ?
Closing issue due to time passed and irrelevance of the ticket.