Issue is goback() not showing my html data back. Steps to produce this issue is like
- Loaded html data using method loadDataWithBaseURL. It renders html data fine.
- Then click on one link inside html data then webview moves to next page showing that link which is also fine.
- When I call method goback() from this page it should show my html data but it is showing me blank screen. Inside onPageFinished() I am getting url as about:blank.
Thanks in advance!