I want my phonegap/cordova app to load an external page and nothing local.
Now that i do that , however my plugins (javascript) dont work because they are called from th
window.loadURL = function(url){ navigator.app.loadUrl(url, { openExternal:true }); return false; }
to use it in a tag eg
open