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

Google map won't load on cordova with imports #120

Closed wkniffin closed 8 years ago

wkniffin commented 8 years ago

I am using the file structure recommended in the meteor guide. I use flow-router to render the template which holds the map template and then import the routes.js file to the main.js file.

The map loads perfectly on a web browser but it does not load at all in a cordova app.

Thoughts?

Let me know what you need to see to debug.