我正在尝试使用InAppBrowser for Cordova与Google进行oAuth,我需要检索当前的url才能存储访问令牌。我想知道是否有某个命令来检索用户所在的当前URL。 我的代码:
window.open( authUri, { showLocationBar : false } );
window.open( authUri, { showLocationBar : false } ).addEventListener( 'loadstart', function() {
if ( event.url.indexOf( "code=" ) != -1 )
{
alert( "hey" );
var lel = URL;
}
});
window.open( lel, { showLocationBar : false } ).addEventListener( 'loadstart', $this.onAuthUrlChange );
window.open( lel, { showLocationBar : false } ).addEventListener( 'loadstop', $this.onAuthClose );
答案 0 :(得分:0)
我遇到了同样的问题并使用类似的东西解决了
this.document.location.href