navigator.app.loadUrl(url,{ openExternal:true }); The "navigator.app" object is only available on Android. Luckily in the soon to be released 2.3.0 version of PhoneGap you will be able to do:window.open("http://www.xx.com", "_system");