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 was 0 ,
after i load a url(or i use webview.loadData) , it'll display a web page.
my question is , how can i clear the webview to recover it back to the original state, just as
before it loadData??