Android - Extrac SameSite=Strict cookie from Webview or URL
It is officially a bug in Chromium and needs to be (hopefully will be) fixed there.
This was fixed in WebView 72. If you're not getting the SameSite
Lax
or Strict
cookies, you need to update the System WebView implementation to any version >= 72
David's post has a link to the bug and I have just confirmed after updating from version 70 to 80 that the CookieManager
instance is now getting ALL cookies.