I am trying to open a link into an external browser with phone gap 3.3.0 but i am having no luck. I added the plugin to the config file and phone gap is in the index.html file as well so i know those have loaded. I have an anchor that calls
openURL(url)
which then calls the following function.
function openURL(urlString){
var myUrl = encodeURI(urlString);
window.open(myUrl,'_system');
}
as far as i can tell i have done everything right that is said in the documentation but it still will not load in safari on the iOS. I am testing on a iPad mini running IOS 7 but i have also tested it on android and i get the same issue.
Thanks in advance for any help you can provide.
Update
So I ended up bootstrapping angular which seems to have done something but when i open a link it appears without a toolbar