html – Issue with Google Maps API v3 in iOS mobile app
html – Issue with Google Maps API v3 in iOS mobile app
If i understand the problem correctly, a resize event needs to be triggered on pageshow. Here is an abbreviated function.
$(div[id=maps]).bind(pageshow, function (e, data) {
google.maps.event.trigger(map, resize);
});
Always interested in finding different solutions…http://jsfiddle.net/wptc/y6Kpb/