[TIMOB-3057] Android 1.6 : Win not response to focus event
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Cannot Reproduce |
Resolution Date | 2012-08-30T11:38:16.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Android |
Labels | android, event, events, focus, listener, window |
Reporter | zeroendless |
Assignee | Neeraj Gupta |
Created | 2011-04-15T03:35:45.000+0000 |
Updated | 2017-03-21T22:32:31.000+0000 |
Description
It was working fine on 1.6.0-20110202152401 but most current built (1.6.0-20110204150802) killed it.
win = Ti.UI.currentWindow;
win.addEventListener('focus',function(e){
Ti.API.info('focused')
});
Any update on this? Still not working on latest 1.7 build.
I am also having this issue. See also TIMOB-1490.
Tested on a Samsung Galaxy S2 using TiSDK 2.2.0v20120830102513, unable to reproduce the issue. Ticket marked as resolved.
Closing ticket as the issue cannot be reproduced and due to the above comments.