Getting WebView content, or cookies
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.
精彩评论