Titanium JIRA Archive
Appcelerator Community (AC)

[AC-2780] orientationchange bug on android event fired only once

GitHub Issuen/a
TypeBug
Priorityn/a
StatusClosed
ResolutionDuplicate
Resolution Date2012-07-02T06:19:30.000+0000
Affected Version/sn/a
Fix Version/sn/a
Componentsn/a
Labelsn/a
ReporterAttila Nagy
AssigneeMauro Parra-Miranda
Created2012-06-15T16:23:22.000+0000
Updated2016-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

FileDateSize
.log2012-06-15T16:23:42.000+0000665752
diagnostic3729737731785258480.log2012-06-15T16:23:48.000+00001226

Comments

  1. Attila Nagy 2012-06-19

    Actually this works if deploying to the phone directly ... on the emu it is fired only once.
  2. Davide Cassenti 2012-07-02

  3. Davide Cassenti 2012-07-02

  4. Mauro Parra-Miranda 2013-11-24

    DUP issue.

JSON Source