Android Webview goback() issue with loadDataWithBaseURL method -
issue goback() not showing html data back. steps produce issue like
- loaded html data using method loaddatawithbaseurl. renders html data fine.
- then click on 1 link inside html data webview moves next page showing link fine.
- when call method goback() page should show html data showing me blank screen. inside onpagefinished() getting url about:blank.
thanks in advance!
Comments
Post a Comment