Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Map not showing on Safari browser #13

Open
paarthneekhara opened this issue Dec 15, 2016 · 1 comment
Open

Map not showing on Safari browser #13

paarthneekhara opened this issue Dec 15, 2016 · 1 comment

Comments

@paarthneekhara
Copy link

screen shot 2016-12-15 at 4 46 13 pm

screen shot 2016-12-15 at 4 46 25 pm

@lynnetab
Copy link

Hi,

In order for the program to run on Chrome I had to update the Google Maps version from 3.24 to 3.26. I also had to do the following:

  • add a listener which waits until Google maps has loaded google.maps.event.addListenerOnce(map, 'idle', performSearch);

  • change the map.getBounds to ``latlng:[
    [sw.lng(), sw.lat()],
    [ne.lng(), ne.lat()]

              ]
    

I hope this helps you out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants