0
有誰能告訴我如何在使用Phonegap(Cordova)時獲取CordovaWebView的當前URL嗎?CordovaWebView中的當前URL
我想要做這樣的事情在Java中,當URL更改一個我想:
if(current_url_cordova_webview=="http://www.google.com"){
alert("Yes");
}else{
alert("No");
}
非常感謝!