After a successful web view is loaded, now after some processing on the HTML page, I would like to return the control to the main screen. Is this possible in Android?
The control after the webview is launched, is in the browser, so after I make some ajax calls and then get a positive server side message. I would like the control goback to my Webview Activity.
Thanks!
Let me post the code which worked for me
In the HTML view
I was calling a function setPass which was initializing the variables.
function setPassData() {
demo.setData(“pass”);
}