Due to issues getting Google maps to work from within Edge Animate using jquery-ui-map I have resorted to loading a new HTML page containing the map.
Is there a way that I can open the new window containing the Google map leaving the Edge page behind it and then close the new map window returning back to the Edge file?
I can open the new window with the map fine but any attempt to close the window has failed. I tried a back button but this reloads the Edge file which is not what I want to do, I also tried self.close() which worked in a browser but after compiling with phonegap it stopped working.
Can I load the html file into a div?