[AC-2780] orientationchange bug on android event fired only once
GitHub Issue | n/a |
Type | Bug |
Priority | n/a |
Status | Closed |
Resolution | Duplicate |
Resolution Date | 2012-07-02T06:19:30.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | n/a |
Labels | n/a |
Reporter | Attila Nagy |
Assignee | Mauro Parra-Miranda |
Created | 2012-06-15T16:23:22.000+0000 |
Updated | 2016-03-08T07:47:41.000+0000 |
Description
Steps to Reproduce
code:
var win = Ti.UI.currentWindow;
Ti.Gesture.addEventListener('orientationchange', function(e) {
alert('orientationchange');
});
used to work with TI. 2.0.1 and android 2.3.3
Actual Result
once started in android emulator simulate an orientation change and the event will be fired. turn back the emulator and nothing happens
Expected Result
everytime that orientation is changed event should be fired
Attachments
Actually this works if deploying to the phone directly ... on the emu it is fired only once.
DUP issue.