Ok, thanks for sharing
Took no notice of 'did this'
Ok, thanks for sharing
Took no notice of 'did this'
I have "show my position" and "locate on map" functions above the google map view. Where can i paste this code to get it to scale right on ipad?
// googleMap default height: 220px, width: auto
var viewport_height = $(window).height();
if (viewport_height 500) {
$('div[dsid="googleMap"]').height('440px');
}