webViewClient = WebViewClient() webView.loadUrl(uri.toString()) return view } ... } Loading the URL has to be done after configuring the WebView, ...
確定! 回上一頁