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
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