【发布时间】:2015-05-11 15:06:02
【问题描述】:
我正在尝试将 url 传递给应该重定向到 play store 但它不起作用的 webview。
我尝试了什么:
String url = "https://play.google.com/store/apps/details?id=com.matchify";
webView.loadUrl(url);
但它只能在 webview 中加载,我该如何解决这个问题?
提前致谢
【问题讨论】:
-
使用 Intent 代替 ...
-
没关系。是否可以从 webview 到 play store?
标签: android webview uiwebview android-webview webviewclient