I'm using a WebView with loadDataWithBaseURL (through reflection - see
here for details).
Everything is working as expected, apart from one thing: If I go to a linked page, and then back in history, the HTML passed with the data parameter is lost.
Is there any way to fix this?