I have a Input box which i am using to have user input. In the non webview i am able to to modify the value in the input box. but when i go to webview my old value is retain again as soon as i loose focus of the text box.
Second Question.
The input value needs to get added in the table box after clicking on the Save button. Again working in Non webview but in webview it is not working.