stefx
5 Apr 2011, 5:55 AM
Sencha Touch version tested:
1.0.1 rev a
1.1.0
Platform tested against:
iOS 3
iOS 4.2
iOS 4.3.1
iOS 4.3.2
Description:
With the latest version of Google Maps Api (ver. 3.4), with "sencha-touch.js" just included (no functions actually called), the listener for the 'click' event, added to a google.marker, does not work: it never gets called.
Listeners to other types of event (e.g. 'double click') just work fine.
With older versions of Google Maps Api, i.e. 3.2 o less, the above bug does not reproduce.
Test Case:
<include "sencha-touch.js">
google.maps.event.addListener(gObject, "click", function(e){
alert('test');
});
See this URL : http://togo.055055.it/static/togo_mini_viewer_v3.4.html (Google Maps API V.3.4 - affected by the problem) and http://togo.055055.it/static/togo_mini_viewer_v3.2.html (Google Maps API V.3.2 - works properly).
1.0.1 rev a
1.1.0
Platform tested against:
iOS 3
iOS 4.2
iOS 4.3.1
iOS 4.3.2
Description:
With the latest version of Google Maps Api (ver. 3.4), with "sencha-touch.js" just included (no functions actually called), the listener for the 'click' event, added to a google.marker, does not work: it never gets called.
Listeners to other types of event (e.g. 'double click') just work fine.
With older versions of Google Maps Api, i.e. 3.2 o less, the above bug does not reproduce.
Test Case:
<include "sencha-touch.js">
google.maps.event.addListener(gObject, "click", function(e){
alert('test');
});
See this URL : http://togo.055055.it/static/togo_mini_viewer_v3.4.html (Google Maps API V.3.4 - affected by the problem) and http://togo.055055.it/static/togo_mini_viewer_v3.2.html (Google Maps API V.3.2 - works properly).