[TIMOB-7915] Android: Ti.Gesture orientationChange event does not fire when event listener is added without creation of HW window
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2017-06-12T19:18:47.000+0000 |
Affected Version/s | Release 1.8.2 |
Fix Version/s | n/a |
Components | Android |
Labels | tbs-2.1.0 |
Reporter | Opie Cyrus |
Assignee | Eric Merriman |
Created | 2012-03-07T12:44:32.000+0000 |
Updated | 2017-06-12T19:18:47.000+0000 |
Description
Unless a HW window is created, adding an event listener for Ti.Gesture.orientationChange does not trigger the callback.
in app.js
Ti.Gesture.addEventListener('orientationChange', function(e) {
Ti.API.info("---------------ORIENTATION:" + e.orientation);
});
Closing ticket due to the time passed, lack of information and lack of progress. Any problems, please file a new ticket.