I updated to titanium sdk 1.5.0 today. After the installation adding an event listener (even if it does nothing, see below) to a MapView doesn't work anymore.
The current window containing the map view closes if I click on an annotation for example. If no event listener is added, a click on any annotation works fine.
Is this a bug or am I missing something:
mapView.addEventListener('click', function(e) { // nothing });
Your Answer
Think you can help? Login to answer this question!