Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-7915] Android: Ti.Gesture orientationChange event does not fire when event listener is added without creation of HW window

GitHub Issuen/a
TypeBug
PriorityHigh
StatusClosed
ResolutionInvalid
Resolution Date2017-06-12T19:18:47.000+0000
Affected Version/sRelease 1.8.2
Fix Version/sn/a
ComponentsAndroid
Labelstbs-2.1.0
ReporterOpie Cyrus
AssigneeEric Merriman
Created2012-03-07T12:44:32.000+0000
Updated2017-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);
});

Comments

  1. Lee Morris 2017-06-12

    Closing ticket due to the time passed, lack of information and lack of progress. Any problems, please file a new ticket.

JSON Source