-1

I tried refreshing my page in an android webapp using the html refresh meta tag, the page refreshes but my page content updates didn't .

How can I refresh both the page and it's content in android webview?

HaveNoDisplayName
  • 8,291
  • 106
  • 37
  • 47

1 Answers1

0

Just reload the url will do what you want.

either mWebView.reload() or mWebView.loadUrl(URL) is fine.

similar answer:

https://stackoverflow.com/a/2563482/1573348

Community
  • 1
  • 1
Jintin
  • 1,426
  • 13
  • 22