I\'ve just upgraded to PhoneGap 1.6.1 and I can no longer get external URL\'s to open in Safari.
Prior to this version I had patched AppDelegate.m as follows:
Using Phonegap / Cordova 1.7 I've been able to open URLs in the external Browser in JavaScript just by doing this:
window.location.href = "http://www.google.com";
I also have OpenAllWhitelistURLsInWebView set to NO in Cordova.plist