没有检测到Android webview点击的javascript重定向?

时间:2013-11-06 10:58:54

标签: javascript android html redirect

我想重定向到android webview上的网页点击,我把下面的代码放在javscript中它不能正常工作。请帮我解决这个问题。谢谢。

function redirectCall(message) {        
    if ((navigator.userAgent.indexOf('Android') != -1)) {
    document.location = "http://www.google.com";
    } 
}

0 个答案:

没有答案