【发布时间】:2012-12-24 21:32:25
【问题描述】:
在手机上安装 utorrent 时,点击应用 webview 中的链接会打开 utorrent 而不是加载链接!
即使使用 javascript 也不能解决问题:
window.location.href='index.html'
它仍然会带来 utorrent。
如果没有安装utorrent也没问题。
我在网络上找不到任何关于此的内容。
有什么问题?
【问题讨论】:
-
我想知道谁投票关闭,为什么!?
-
您的
WebViewClient在shouldOverrideUrlLoading()中做了什么? -
我没有向 WebViewClient 添加任何内容,对此我也不太了解。 @CommonsWare