External URLs don\'t open in the system\'s browser in my PhoneGap IOS application. I\'m using PhoneGap Build 2.7.0.
Javascript:
window
myURL = encodeURI(myURL); window.open(myURL, '_blank', 'location=yes');
Using of encodeURI method fix the above issue