Re: [Google Maps API v3] Re: Problem with Google Maps API v3 on Ipad

2011-02-24 Thread Chris Broadfoot
Haven't had a chance to test this - but try changing var value = $(this).html(); to var value = $(this).text(); I have the feeling that iOS is recognising the numbers and adding some markup around them (used for calling phone from Mobile Safari) To verify my hunch - alert($(this).html()); Chris

[Google Maps API v3] Re: Problem with Google Maps API v3 on Ipad

2011-02-24 Thread Esa
I suspect that iPad doesn't parse LatLng or zoom for some unknown reason. The debugging tools for iPad are quite limited so far. You could try reading the values by alert() alert(map.getZoom()); alert(map.getCenter().toUrlValue()); I have a Firebug Lite bookmarklet on my iPad but that cannot acc