Developer technologies | .NET | Xamarin
A Microsoft framework for building cross-platform mobile apps using .NET and C# with native performance and user interfaces.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have created a WebView based application for MacOS using Xamarin Forms. I have created a MacOS renderer like so:
public class HybridWebViewRenderer : ViewRenderer<HybridWebView, WKWebView>, IWKScriptMessageHandler, IWKNavigationDelegate
I go to my own website that requires login.
When I run this on my dev computer it works fine and saves the login credentials.
Does anyone have any ideas why it would work for me, but not for an end user?