【发布时间】:2015-10-18 19:43:59
【问题描述】:
我尝试使用 html refresh 元标记在 android webapp 中刷新我的页面,页面刷新但我的页面内容更新没有。
如何在 android webview 中刷新页面及其内容?
【问题讨论】:
标签: android web-applications webview
我尝试使用 html refresh 元标记在 android webapp 中刷新我的页面,页面刷新但我的页面内容更新没有。
如何在 android webview 中刷新页面及其内容?
【问题讨论】:
标签: android web-applications webview
只需重新加载网址即可完成您想要的操作。
mWebView.reload() 或 mWebView.loadUrl(URL) 都可以。
类似的答案:
【讨论】: