Thanks for your reply, Unfortunately the google map still not working in popup after tried several methods.
I heard there have something to do with
google.maps.event.addListenerOnce(map, ‘idle’, function() {
google.maps.event.trigger(map, ‘resize’);
map.setCenter(center);
});
but just can’t get it work… T_T
Thanks for your reply. I tried to define the map width & height, popup width & height but seem can’t fix the problem, but the map shows up once I resize the browser, That is strange but yes it is something to do with the width & height. I will keep trying…