xamcat / maui-webview-cookieissue

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

maui-webview-cookieissue

Background

I'm trying to use WebView and inject a cookie and it is not being set by the MAUI WebView. To troubleshoot, I have created a custom MAUI handler to set the same cookie via WebView2 API and it works fine. I was following this Docs to set cookie WebView - .NET MAUI | Microsoft Docs.

  • Works well with WebView2 version created via MAUI handler
  • Doesn't work with the MAUI counterpart

Cookie sharing app

Uses the cookie sharing web app to validate visible cookies.

About


Languages

Language:C# 100.0%