单击内容后,Webview消失

时间:2019-03-24 07:50:35

标签: android android-webview

在单击Webview中的内容后,Webview内容消失。

    <WebView
      android:id="@+id/squadWebView1"
      android:layout_width="match_parent"
      android:layout_height="wrap_content" />

    webviewSquad1.getSettings().setJavaScriptEnabled(true);
    webviewSquad1.loadDataWithBaseURL("", String.valueOf(dataSnapshot.getValue()), "text/html", "UTF-8", "");
    webviewSquad1.setHorizontalScrollBarEnabled(false);

我有两个网络视图,一个是这样的。

1 个答案:

答案 0 :(得分:0)

已解决我纠正了格式错误的超链接后的问题。美是按预期加载的内容。