Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

How do I scale googlemap for different screen sizes?

Ok, thanks for sharing :)
Took no notice of 'did this'

Lars Holtet
Posts: 0
Joined: Sun Nov 24, 2013 5:47 pm

How do I scale googlemap for different screen sizes?

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');
}

Return to “Issues”