force google maps to re-render
Posted: Wed May 17, 2017 11:19 am
is there a function call i can make to force a google map component to re-render in JQM?
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
is there a function call i can make to force a google map component to re-render in JQM?
Found a solution:
google.maps.event.trigger(map, 'resize');
I added this to the page show event