我想在 android webview click 上重定向到网页,我已将以下代码放在 javscript 中,它不起作用。请帮助我解决这个问题。谢谢。
function redirectCall(message) {
if ((navigator.userAgent.indexOf('Android') != -1)) {
document.location = "http://www.google.com";
}
}
我想在 android webview click 上重定向到网页,我已将以下代码放在 javscript 中,它不起作用。请帮助我解决这个问题。谢谢。
function redirectCall(message) {
if ((navigator.userAgent.indexOf('Android') != -1)) {
document.location = "http://www.google.com";
}
}