How to clear WebView content?

前端 未结 6 817
滥情空心
滥情空心 2020-12-24 04:54

I have a WebView in my app with wrap_content width and height

Before I use webview.loadData, the width and height of the it wa

6条回答
  •  眼角桃花
    2020-12-24 05:36

    I used the clearView() method, however I'm now having issues that when I loadData() right after it, it doesn't seem to load the data.

提交回复
热议问题