标签: android android-webview
我想多次将html注入到同一Android网页视图中。第一次调用注入一些javascript,第二次调用注入html和更多javascript。在我的尝试到目前为止,第二次注射覆盖了第一次注射。所以我想知道这是否可能?
答案 0 :(得分:0)
您可以从WebView获取html,然后根据需要进行更新。在这种情况下,您不会丢失任何来自WebView的信息。
请参阅:
Is it possible to get the HTML code from WebView
how to get html content from a webview?