WebView載入html顯示空白頁面
阿新 • • 發佈:2019-01-22
呵呵看了網上很多的東西,如果說你http://baidu 都載入不出來那是你的問題
如果百度載入的出來,自己的地址卻載入不出來說明你的webview沒有用對
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/activity_main"
android:layout_width="match_parent"
android:layout_height ="match_parent"
android:orientation="vertical"
tools:context="chat.hpsvse.com.chattest.MainActivity">
<WebView
android:id="@+id/webview"
android:layout_width="match_parent"
*android:layout_height="0dp"
android:layout_weight="1"* />
</LinearLayout >
對關鍵是這兩句
android:layout_height=”0dp”
android:layout_weight=”1”
如果你寫wrap_content 不好意思自己把自己坑了