谷歌地图不能以模态显示,除非我有检查元素

时间:2015-08-12 15:40:11

标签: javascript jquery twitter-bootstrap google-maps

我只是输入了一个模态<div id = maps>,我的功能是

function myFunction(){ map = new google.maps.Map(document.getElementById('agence-map'), { center: {lat: -34.397, lng: 150.644}, zoom: 8 }); $('#myModal').modal('show'); }

当显示模态时,除非我检查任何元素,否则不能显示地图。 那么有什么解决方案吗?

0 个答案:

没有答案