[TIMOB-2359] Android: Titanium.App.addEventListener don't work
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Not Our Bug |
Resolution Date | 2017-06-05T20:23:38.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Android |
Labels | api |
Reporter | loomochina |
Assignee | Ingo Muschenetz |
Created | 2011-04-15T03:17:42.000+0000 |
Updated | 2017-06-05T20:23:38.000+0000 |
Description
1)Titanium.App.addEventListener('doTakePicture1', function(e)
{
alert("doTakePicture1 real");
});
2)Titanium.App.addEventListener('doTakePicture', function(e)
{
alert("doTakePicture");
});
Call1 can call 2 error
error:
D/WebCore ( 983): Console: ReferenceError: Can't find variable: onTakePicture1 line: 44 source:
Log message indicates this is an Android bug.
This is not our bug but an Android bug.