-
Notifications
You must be signed in to change notification settings - Fork 916
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
Ionic Google Maps page is blank #1573
Comments
Thank you for sharing your issue. I will check your code. |
Same here |
@HeatherLemieux I'm sorry but I can not build your project. |
The pull request has been accepted. |
And also I found another bug in the past commit. The plugin version |
How can I update to this specific version? I am using npm-check-updates to update my dependencies. |
Sorry, but the v2 is not published to the npm. Please install the plugin from the github repository directly. |
Yes, I have installed it from the github repository, but now it installs 2.0.0-beta2-20170720-2325, which is not working for me. How can I specify the specific version to use? |
I'm having the same issue, I'm also using 2.0.0-beta2-20170720-2325 |
@Alberick |
If no body share your code on github or bitbacket, I can not help you guys, because there is no enough information. |
@wf9a5m75 thank you for your willingness to help us! I have shared a project with you on gitlab. Please look at my branch feature/evaluation-page |
@Alberick Jean / custodian-mobile? |
yes @wf9a5m75 |
I can not see any source code |
mmm that's weird, I have updated the permissions, can you try again ? |
I can see your code now. Thanks. |
@wf9a5m75 That's weird, I have been working on it and builds fine, I haven't placed any hooks or any of that jazz, but let me check ... I'll build it from scratch somewhere else. |
I got many errors to build your repo. It's killing me... :(
|
Try again, and ah...
|
Android also...
|
pull the branch again, it's looking for those resources and I was ignoring them, I just added those files. I'm only building for android. |
Ok, I'm retrying from the first. |
OMG... |
After spending hours, @Alberick's problem was solved. danielsogl/awesome-cordova-plugins#1790 (comment) Is there any other people who have problem? |
@wf9a5m75 @vavimayor159 I added a link to a git repo with the code in my original comment, I'll include it here as well: https://github.com/HeatherLemieux/ionic-google-maps I'm going to try updating the plugin with the fix you mentioned above and will report back. Thanks for helping me out! |
@Alberick I appreciate if you support some amount for this project (because I spent almost 4 hours for your error) https://github.com/mapsplugin/cordova-plugin-googlemaps-doc#buy-me-a-beer @HeatherLemieux I got an error. What should I do?
|
whoops forgot to commit that file, when I updated ionic-native it started looking for this file. It's just an .scss file you can use to change global css like the color scheme. I just pushed it to the repo if you want to pull it down. |
Yes, please. |
@HeatherLemieux Your code was wrong. platform.ready().then(() => {
this.loadMap();
}); instead of ngAfterViewInit() {
//this.loadMap();
} |
@wf9a5m75 THANK YOU THANK YOU THANK YOU! I'll submit a comment to the people at Ionic to notify them to update their documentation to reflect this. |
On my code, I setup rootNav go to another page on the map description with click. and go back to the map is empty.
|
I am facing the issue and I cannot understand hoe to resolve it. This is the link for the code. Please let help me. |
What is your question, problem or request?
Google Maps does not display at all inside ios or android. It is only a blank page.
What version of this plugin do you use? Please including miner version ($> cordova plugin list)
com.googlemaps.ios 2.3.0 "Google Maps SDK for iOS"
cordova-plugin-googlemaps 2.0.0-beta2-20170719-2226 "cordova-plugin-googlemaps"
running Ionic version 3.5.0
running cordova version 7.0.1
Here is a dump of the npm list and versions:
npmDump.txt
Here is a git repo with the bare bones app that follows the instructions at http://ionicframework.com/docs/native/google-maps/
the only difference is we tried to hide the nav-decor styling since it used to be an issue. Either way the instructions at ionic are either wrong or not detailed enough.
https://github.com/HeatherLemieux/ionic-google-maps
Previously we had google maps working for both ios and android in a larger app, recently the maps page completely stopped working. We believe it has to do with upgrading our version of ionic which now uses the beta version of the googlemaps plugin. We tried updating the plugin and any code that changed, but it still results in a blank page.
So we tried to just do a bare bones application to see if it was a plugin or dependency issue on our side. But nothing worked, and we couldn't fix the issue.
Any help would greatly be appreciated. Thank you
The text was updated successfully, but these errors were encountered: