PhoneGap for iPhone: problem loading external URL
I'm writing an application for iPad using PhoneGap and I would like to load an external URL without triggering Safari or using internal web browser like ChildBrowser. I'm using the PhoneGap iPad/iPhone sample project and I tried different approaches. In the onBodyLoad() function I added: window.location.href('http://www.wordreference.com'); but this line opens the link using a new Safari window.From that point is not possible to come back in PhoneGap Afterwards, I tried with an AJAX request substituting the content of the page using document.write function loadHTML(url, timeout) { if (timeout