I have a page on which I use bootstrap and I added a map (API v3).
It works fine at first, but when I collapse the map - I can't reopen it.
I've looked through similar SO questions, but couldn't find one addressing this.
My HTML:
<div id="mapHeader" data-toggle="collapse" data-target="#map">
Header
</div>
<div id="map" class="collapse in">
<div id="map_canvas"></div>
</div>
CSS:
#map_canvas { height: 100% }
#map {height: 30em; width: 50%;max-height:100%;}
Javascript only loads the map.