I\'ve researched a lot and it seems like a lot of people have had the same issue as me here, but i cant figure out how to fix it.
Basically i\'m initializing a googl
You should be able to attach a handler to the Bootstrap tab show event..
$('a[data-toggle="tab"]').on('shown.bs.tab', function (e) { initialize(); });