dburles / meteor-google-maps

🗺 Meteor package for the Google Maps Javascript API v3
https://atmospherejs.com/dburles/google-maps
MIT License
196 stars 48 forks source link

GoogleMaps.ready not firing on android (cordova) #111

Closed shadowzick closed 8 years ago

shadowzick commented 8 years ago

Hi dburles, I was wondering why the GoogleMaps.ready function is not firing on android, I already tried adding the access rules but it's still not working, I only get a blank page. Please help. Thanks.

dburles commented 8 years ago

Hey @shadowzick have you tried with the demo app? https://github.com/dburles/meteor-google-maps-demo

dburles commented 8 years ago

@shadowzick Yeah just add-platform first!

shadowzick commented 8 years ago

@dburles I've tried the demo app on mobile and it works fine, I think the problem was on my code but not so sure where. I'll let you know when I found out the problem. Thanks!

dburles commented 8 years ago

Join here others may help out too https://gitter.im/dburles/meteor-google-maps

shadowzick commented 8 years ago

Nice! Thanks :+1:

shadowzick commented 8 years ago

It now works, I was wondering why there were no error logs turns out the problem was on my CSS because I was using vh. Anways, thanks! @dburles