[TIMOB-7272] Android: change map annotation to fire event when the annotation pin is clicked
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Critical |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2012-01-18T18:34:25.000+0000 |
Affected Version/s | Release 1.8.0.1 |
Fix Version/s | Sprint 2012-02, Release 2.0.0, Release 1.8.1 |
Components | Android |
Labels | module_map, parity, qe-testadded |
Reporter | Opie Cyrus |
Assignee | Opie Cyrus |
Created | 2012-01-18T07:56:22.000+0000 |
Updated | 2012-03-02T14:57:59.000+0000 |
Description
In Android, when click on a annotation pin within the map view the description box is presented but not click event is fired. A user must click the description box that is displayed in order to fire a event back to javascript. A click event should be fired in both cases.
Test app.js
When running the app, if you click on the pin itself you will see the popup toggle and a log statement from the click handler indicate "pin" as te click source. If you click the popup then the click source will indicate "title" or "subtitle" and the popup will remain.
Verified fixed with SDK 1.9.0.v20120119134634 on Nexus S (2.3.6) and emulator 2.3.1
updated labels