Titanium JIRA Archive
Appcelerator Community (AC)

[AC-2129] CLONE - Android: Annotation click event not triggered

GitHub Issuen/a
TypeBug
Priorityn/a
StatusClosed
ResolutionDuplicate
Resolution Date2013-03-18T17:22:02.000+0000
Affected Version/sn/a
Fix Version/sn/a
Componentsn/a
Labelsgoogle, map, module, v2
ReporterDustin Hume
AssigneeDaniel Sefton
Created2013-03-18T16:23:24.000+0000
Updated2016-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); });

Comments

  1. Dustin Hume 2013-03-18

    This was previously closed with no resolution. Look at TC 1942 for details.

JSON Source