When the WebView has been destroyed and then recreated, you will need to re-fill the form. You can do this by injecting javascript into the web view
for example, to update text displayed by the status of the identifier of an HTML element
wevView.loadUrl ("javascript: document.querySelector ('# status'). innerHTML = 'some text'");
source share