簡體   English   中英

WebView Android 不加載 URL

[英]WebView Android not load URL

我正在嘗試加載此網址“ https://install.appcenter.ms/orgs/osp/apps/gettze/distribution_groups/public ”,但無法在網絡視圖中工作,代碼如下:

mWebView.settings.javaScriptEnabled = true
mWebView.settings.loadsImagesAutomatically = true
mWebView.webViewClient = WebViewClient()
mWebView.loadUrl("https://install.appcenter.ms/orgs/osp/apps/gettze/distribution_groups/public")

在這張圖片中,你能看到錯誤信息,出現“糟糕,你似乎是一個不受支持的瀏覽器,在 Android 設備上使用 Chrome 時 App Center 效果最好”,我不明白,因為 WebView 使用了 chrome 引擎

在清單中添加互聯網權限

WebView myWebView = (WebView) findViewById(R.id.webview); myWebView.loadUrl("https://install.appcenter.ms/orgs/osp/apps/gettze/distribution_groups/public");

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM