My scenario is initially I am loading a WebView and later on I am loading the same WebView with a different URL.
My problem is whenever I am loading the next URL I c
use following statement before loadData [Kuldip Bairagi]
view.loadUrl("javascript:document.open();document.close();");