xamarin / Xamarin.Auth

Xamarin.Auth
Apache License 2.0
541 stars 351 forks source link

WebView starts to forget cookies after Xamarin.Auth is used. #444

Open absinghal opened 4 years ago

absinghal commented 4 years ago

Xamarin.Auth Issue

WebView starts to forget cookies after Xamarin.Auth is used. Checked on Android platform.

Version

Steps to reproduce

  1. Use Xamarin.Auth for Login flow
  2. Call a page with webview on it and navigate to a page which sets cookies
  3. Webview reports cookie count = 0, no matter what.

Platform:

Expected behaviour

WebView cookie behaviour should not change

Actual behaviour

WebView stops remembering cookies and always reports cookie count =0

WebViewCookie.zip