我正在尝试加载此网址“ https://install.appcenter.ms/orgs/osp/apps/gettze/distribution_groups/public” 但是无法使用webview,代码如下:
mWebView.settings.javaScriptEnabled = true
mWebView.settings.loadsImagesAutomatically = true
mWebView.webViewClient = WebViewClient()
mWebView.loadUrl("https://install.appcenter.ms/orgs/osp/apps/gettze/distribution_groups/public")
答案 0 :(得分:0)
在清单中添加互联网许可
WebView myWebView = (WebView) findViewById(R.id.webview); myWebView.loadUrl("https://install.appcenter.ms/orgs/osp/apps/gettze/distribution_groups/public");