我正在访问提示进行基本身份验证的网址。
var ref = cordova.InAppBrowser.open('http://example.org/test', '_blank', 'location=yes');
ref.addEventListener('loadstart', function() {
//can I supply username and password here for basic authentication and suppress the popup?
});