开发者

Getting WebView content, or cookies

开发者 https://www.devze.com 2022-12-23 17:45 出处:网络
开发者_如何学JAVAIs there a way to get the current content of a WebView? What about Cookies for a specific host+url?
开发者_如何学JAVA

Is there a way to get the current content of a WebView?

What about Cookies for a specific host+url?


Is there a way to get the current content of a WebView?

No, sorry.

What about Cookies for a specific host+url?

See CookieManager.


Is there a way to get the current content of a WebView?

Not view the WebView object, but you could get the url via WebViewClient.onLoadResource and get the content by using sockets.

0

精彩评论

暂无评论...
验证码 换一张
取 消