[TIMOB-19280] iOS: MAP Click event not returning clicksource properly
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Critical |
Status | Closed |
Resolution | Duplicate |
Resolution Date | 2015-08-13T03:08:29.000+0000 |
Affected Version/s | Release 4.0.0, Release 4.1.0 |
Fix Version/s | n/a |
Components | iOS |
Labels | annotation, map, mapview |
Reporter | Ray Belisle |
Assignee | Eric Merriman |
Created | 2015-07-29T15:22:46.000+0000 |
Updated | 2017-03-22T23:07:12.000+0000 |
Description
Using the same code on 3.5.1 and 4.0,4.1
In 3.5.1 the annotation clicksource reports properly (leftpane, rightpane, pin, etc) the same code on 4.0 or 4.1 does not report any of the annotation clicksource options, only 'pin'. Once the annotation is highlighted, clicking on any part of the annotation callout does NOT fire the click event.
BTW, here is code to show/test:
Problem seems to be in the iPhone 2.3.1 ti.map module. When we build with 4.1.0 SDK & the 2.2.2 module, or Android, the problem doesn't occur. But 4.1.0 SDK & 2.3.1 module does exhibit the above issue.
Closing ticket as duplicate as the relevant ticket is linked above.