[AC-307] Click event on annotation does not work in ti.map module
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Resolved |
Resolution | Cannot Reproduce |
Resolution Date | 2015-11-12T11:53:16.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | n/a |
Labels | n/a |
Reporter | robin |
Assignee | Mostafizur Rahman |
Created | 2015-08-20T13:36:33.000+0000 |
Updated | 2015-11-12T11:53:16.000+0000 |
Description
When using the Titanium map module in iOS 8 (it probably happens in earlier versions too), click events don't fire for annotation popups.
The view's click event fires when you tap the pin itself, but once you tap it and reveal the popup (with title, subtitle, left/right buttons etc), no touch events fire for that popup. This makes the map useless as you can imagine, as you lose the 'list-detail' relationship, and it's not practical to open a detail view when you tap the pin; you need to know what you're tapping first.
Please write any solution for this problem.
Hello, We couldn't reproduce this issue as a bug in our environment. Click event on annotation works as expected. *Testing Environment:* Appcelerator Command-Line Interface, version 5.0.4 Appcelerator Studio, build: 4.3.3.201510212245 Ti SDK Version :5.0.2.GA Node.js Version :0.10.37 Mac OS X,Version :10.10.1 Jdk version : 1.7.0_80.jdk simulator : iPhone 6(8.2) [Screenshot](http://postimg.org/image/42142jeuz/) *Steps to Test:* 1. Run below code 2. Click on annotation to test *Test Case:*
Thanks.