Hi,
I have a page which displays a google map component with markers which are loaded on page load via javascript.
I would like the map to fill the screen. I have the javascript which will calculate the screen height but I'd like this to happen before the page is actually displayed.
My thinking is I display a splash page before the map loads during which time the map page could be 'pre loaded'.
Is there a way to do this?
Jquery has pre-fetch and '$.mobile.loadPage()' but I can't find the correct configuration.
Thanks