I have a Android App using simple Webview. There are a number of input areas and textarea on the web. Currently when user change orientation of the mobile device, all the inputs got swiped out and refreshed. How can I retain all those inputs after orientation change?
I do not wish to limit users to have only portrait or landscape mode when using the app.
I have read these questions but seems they do not work. They are only related to preventing reload of activity.
Activity restart on rotation Android Change screen orientation in Android without reloading the activity
Thank you very much!