[AC-2129] CLONE - Android: Annotation click event not triggered
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Closed |
Resolution | Duplicate |
Resolution Date | 2013-03-18T17:22:02.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | n/a |
Labels | google, map, module, v2 |
Reporter | Dustin Hume |
Assignee | Daniel Sefton |
Created | 2013-03-18T16:23:24.000+0000 |
Updated | 2016-03-08T07:41:06.000+0000 |
Description
after clicking the annotation, it will pop up the decent white box view with title and subtitle, however, No event is triggered when the pop view is clicked.
Previously, we can get event from mapview and distinguish different click source for leftButton, rightButton, title, subtitle.
map.addEventListener('click', function(evt) {
Titanium.API.info('map is clicked');
var clickSource = evt.clicksource;
Titanium.API.info('map is clicked :: '+clickSource);
});
This was previously closed with no resolution. Look at TC 1942 for details.