Android Webview goback() issue with loadDataWithBaseURL method -


issue goback() not showing html data back. steps produce issue like

  1. loaded html data using method loaddatawithbaseurl. renders html data fine.
  2. then click on 1 link inside html data webview moves next page showing link fine.
  3. when call method goback() page should show html data showing me blank screen. inside onpagefinished() getting url about:blank.

thanks in advance!


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -