Page 1 of 1

force google maps to re-render

Posted: Wed May 17, 2017 11:19 am
by Terry Gilliver

is there a function call i can make to force a google map component to re-render in JQM?


force google maps to re-render

Posted: Wed May 17, 2017 11:39 am
by Terry Gilliver

Found a solution:

google.maps.event.trigger(map, 'resize');

I added this to the page show event