Closed jaimevent closed 9 years ago
I believe either Cordova does not let you load an external library or Google Map does not let you load it from within a page with a file://
protocol (cordova apps are using the file://
as the files are stored locally).
Please reopen if it is another issue.
Hi,
I'm troubling with following problem: I'm compiling the app with the ember-cli-cordova package, everything is working fine on my browser, but when I open the same route in my Android-app I just get a blank screen instead of the Google Map with markers, circles and polylines.
Looking at the logs of the app I get the following message:
I'm not using lazyLoad.
This is my ember-cli configuration:
The version of ember-cli-cordova is 0.0.15.
This is how I'm calling the plugin:
Any ideas where the issue could be? Any help is appreciated :-)