I have a WebView in an app in which I use goBack() and goForward().
When the app is closed however, the history is cleared. Is there a possibility to store the history or to set it to be permanent for the application?
I have a WebView in an app in which I use goBack() and goForward()
Share
You can get the WebBackForwardList from the WebView and then dump that to a preference.
EDIT: maybe saveState and restoreState will do what you want.