Cookie not being setted up on webvie
I am trying to insert a cookie programmatically on my WebView. The thing is that I have tried multiple solutions including this one Cookie doesn’t work properly in webview in android and still nothing. I am calling the set cookie method before the webview.loadUrl("myUrl")
, I have setted a bunch of logs and I get the cookie config correctly, but when I check the console is not there, I have tried removing the secure
and HttpOnly
and still nothing. Here my code
Make clickable terms in AndroidView (WebView) – Jetpack Compose
I want to click on terms in a android web view to do an action, like showing a toast that contains that term that we already clicked.