Xamarin.Forms WebView dropping cookies on Android 10

DonMesserli 1 Reputation point
2021-03-15T23:59:31.37+00:00

One of the libraries we use in our app forced us to upgrade to using Android SDK 30.

Ever since doing that, we have been having a problem where the WebView will drop cookies. This only happens when running on Android 10 and above.

I've dumped the cookies in Navigating( ) and compared them with what they are in Navigated( ) and some are missing. There is no pattern as to how many cookies get dropped or how many total cookies there have to be before it starts dropping them.

I've checked the Cookies return from the web request and they aren't being "removed" by the server.

Has anyone run into this? Any ideas?

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,295 questions
{count} votes