标签: javascript android html redirect
我想重定向到android webview上的网页点击,我把下面的代码放在javscript中它不能正常工作。请帮我解决这个问题。谢谢。
function redirectCall(message) { if ((navigator.userAgent.indexOf('Android') != -1)) { document.location = "http://www.google.com"; } }