[TIMOB-7037] Application exits upon changing orientation on a LW window
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Critical |
| Status | Closed |
| Resolution | Invalid |
| Resolution Date | 2012-02-09T23:53:59.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | Android |
| Labels | n/a |
| Reporter | Hieu Pham |
| Assignee | Opie Cyrus |
| Created | 2012-01-09T14:34:26.000+0000 |
| Updated | 2012-02-09T23:53:59.000+0000 |
Description
Application exits normally when orientation is changed on a LW window. Code:
var win = Ti.UI.createWindow(); // lightweight in app.js
win.open();
Issue cannot be reproduced on 2.2 or 3.2 devices against either V8 or Rhino. Looks to stem from a custom AndroidManifest.xml being used directly in eclipse rather than a platform issue. Closing.