Cordova-plugin-googlemaps: map not shown on height 100%

Created on 21 Dec 2016  路  3Comments  路  Source: mapsplugin/cordova-plugin-googlemaps

the map can not be shown

<div style="width:100%;height:100%" id="map_canvas"></div>

Most helpful comment

change height:100% to 100vh

All 3 comments

change height:100% to 100vh

maker sure that the content not scrolled and try to add display block
do you use ionic ? if yes add scroll="false" to your ion-content

i'm using framework 7
the 100vh has solved my issue
thank you

Was this page helpful?
0 / 5 - 0 ratings

Related issues

melkir picture melkir  路  5Comments

nakulkundaliya picture nakulkundaliya  路  5Comments

wf9a5m75 picture wf9a5m75  路  3Comments

ihadeed picture ihadeed  路  6Comments

christoph-puppe picture christoph-puppe  路  5Comments