the map can not be shown
<div style="width:100%;height:100%" id="map_canvas"></div>
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
Most helpful comment
change height:100% to 100vh