Search found 16 matches

Go to advanced search

by avdhooft
Thu Dec 26, 2013 9:32 pm
Forum: Issues
Topic: Hide google map until it is fully ready
Replies: 19
Views: 2142
 
Jump to post

Hide google map until it is fully ready

It works :)

Thanks!

by avdhooft
Thu Dec 26, 2013 3:18 pm
Forum: Issues
Topic: Hide google map until it is fully ready
Replies: 19
Views: 2142
 
Jump to post

Hide google map until it is fully ready

See the 4th post for the name.

by avdhooft
Wed Dec 25, 2013 9:28 pm
Forum: Issues
Topic: Hide google map until it is fully ready
Replies: 19
Views: 2142
 
Jump to post

Hide google map until it is fully ready

I supose the last change should be: codeAppery('Kaart').show();/code With codeAppery('Kaart').hide();/code the map is never shown. When I use codeAppery('Kaart').show();/code the map is shown, but only part is loaded, and also centered on the wrong place. Similar as before. I...
by avdhooft
Tue Dec 24, 2013 9:23 am
Forum: Issues
Topic: Hide google map until it is fully ready
Replies: 19
Views: 2142
 
Jump to post

Hide google map until it is fully ready

Yes I did. It helped to make the map fully visible.

It is only not centered at the correct location. It should be centered around the marker, but the marker is just out of scope on the top left part of the map. The "test" in the browser and on the phone give similar result.

by avdhooft
Tue Dec 24, 2013 7:02 am
Forum: Issues
Topic: Hide google map until it is fully ready
Replies: 19
Views: 2142
 
Jump to post

Hide google map until it is fully ready

Thanks!

I'm almost there: the map is now fully loaded. It is only not centered at the correct location. It should be centered around the marker, but the marker is just out of scope on the top left part of the map. The "test" in the browser and on the phone give similar result.

by avdhooft
Tue Dec 24, 2013 6:59 am
Forum: Issues
Topic: Hide google map until it is fully ready
Replies: 19
Views: 2142
 
Jump to post

Hide google map until it is fully ready

Android 4.3

by avdhooft
Sun Dec 22, 2013 5:52 pm
Forum: Issues
Topic: Hide google map until it is fully ready
Replies: 19
Views: 2142
 
Jump to post

Hide google map until it is fully ready

Yes. I tested it on a samsung android phone.
Similar result. Maps is only partly loaded and the marker is on the top left of the map just outside the viewing area.

by avdhooft
Sat Dec 21, 2013 1:37 pm
Forum: Issues
Topic: Hide google map until it is fully ready
Replies: 19
Views: 2142
 
Jump to post

Hide google map until it is fully ready

I have shared the app already with a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a.
Image

by avdhooft
Sat Dec 21, 2013 7:45 am
Forum: Issues
Topic: Hide google map until it is fully ready
Replies: 19
Views: 2142
 
Jump to post

Hide google map until it is fully ready

The show works, but it introduced an other problem. The map is not loaded completely and is also centered on the wrong location. Also zooming out/in still does not load the map completely. The marker is on the left top part of the map and is just out of viewing scope. https://d2r1vs3d9006ap.cloudfro...
by avdhooft
Fri Dec 20, 2013 8:52 am
Forum: Issues
Topic: Hide google map until it is fully ready
Replies: 19
Views: 2142
 
Jump to post

Hide google map until it is fully ready

How can I hide a google map until it is fully ready? I use the following code at "page show": code setTimeout( function(){ var myOptions = { zoom :16, center: new google.maps.LatLng(newLat, newLng), mapTypeId: google.maps.MapTypeId.ROADMAP }; var map...

Go to advanced search