Xamarin Forms WebView MacOS Not Saving Login Credentials on all Computers

Tony Pitman 116 Reputation points
2021-07-27T23:25:13.66+00:00

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?

Developer technologies | .NET | Xamarin
0 comments No comments
{count} votes

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.