cordova inapp浏览器在loadstart中提供基本的身份验证凭据

时间:2016-07-20 12:37:22

标签: javascript angularjs cordova cordova-plugins hybrid-mobile-app

我正在访问提示进行基本身份验证的网址。

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?
});

0 个答案:

没有答案