Google map modal issue

前端 未结 10 1383
别那么骄傲
别那么骄傲 2020-12-11 02:48

I am trying to display google map into the Twitter bootstrap modal. When user first click on the button Show map then he is able to see the map successfuly as i

10条回答
  •  攒了一身酷
    2020-12-11 03:35

    The visibility:hidden and visibility:visible could be used instead of display:none and display:block. This worked for me. You can even edit the CSS of the modal for this.

提交回复
热议问题