mapsplugin / cordova-plugin-googlemaps

Google Maps plugin for Cordova
Apache License 2.0
1.66k stars 918 forks source link

The map is not visible #2807

Closed WilbertBocanegra closed 4 years ago

WilbertBocanegra commented 4 years ago

I am using the plugin but at the moment of wanting to visualize it it is not seen, I have everything as the documentation but really the map is not visualized, when I build it does not mark me error and allows me to install it perfectly, I use framework7 with svelte

Screenshot_20200703_164801_io framework7 myapp

Captura de pantalla de 2020-07-03 16-45-54

Captura de pantalla de 2020-07-03 16-46-10

wf9a5m75 commented 4 years ago

I guess some element(s) covers on map with background color.

The map is not a HTML element, so the map is placed under <html> (outside of browser)

WilbertBocanegra commented 4 years ago

Supongo que algunos elementos cubren en el mapa con color de fondo.

El mapa no es un elemento HTML, por lo que se coloca debajo <html>(fuera del navegador)

woow is correct, I have played something with css and the map is displayed perfectly, thank you very much seriously, then it is not an html element, now everything is clear to me

wf9a5m75 commented 4 years ago

Congratulation!