我需要在webView中加載url - http://intor.club/files/comments.php?serial=56 我無法在瀏覽器中看到的webView中看到。移動瀏覽器的作品 JavaScript處於打開狀態。幫我!謝謝!webview不顯示所有內容
mWebView = (WebView) rootView.findViewById(R.id.webView);
mWebView.getSettings().setJavaScriptEnabled(true);
mWebView.loadUrl("http://intor.club/files/comments.php?serial=56");
你表現出來的片段 – 2014-10-29 14:40:25
是的,我做到了,我可以看到其他的URL在我的web視圖,但它不是(HTTP ://intor.club/files/comments.php?serial = 56) – user1580938 2014-10-29 15:31:11