jmpas / phonegap-googlemaps-plugin

Apache License 2.0
15 stars 11 forks source link

Blank grey map #1

Open glemiere opened 9 years ago

glemiere commented 9 years ago

Hi,

First, thank you to have made this plugin compatible with Cordova 5.0, you did a great job ! I have a problem, maybe you could help me. I integrated this plugin to Ionic Framework. The problem is that my map is blanked (grey color with "google" wrote at the bottom left). Any idea ?

glemiere commented 9 years ago

Fixed, my API key didn't worked so I justed allowed all apps to use my key. I'll see it later, thank you, great job!

jmpas commented 9 years ago

Hello, thank you! My friend (@Phenome) and I, worked on this to start a new project, but unfortunately we got busy with other matters... I had this problem once, but I don't remember exactly what was wrong...

Have you fixed allowing any app to use your key? Great! good to know, thank you.

glemiere commented 9 years ago

Hi Nipher ! For the API key I think the problem comes from my package name or something like that. Nothing realy hard ;) I have another problem, have you tryed to integrat this plugin on Ionic framework ? The map break the sidemenu. I saw it was a problem with transparent background generated by the plugin. (function HTMLColor2RGBA in JS file). I'm trying to fix it, but if you already have a solution... ;)

Slavrix commented 9 years ago

I set the disable visibility of the sidemenu when the sidemenu is closed in order to get around this.