Is there a way a can handle the server certificate warning message when a user view a website through the Xamarin.Forms.WebView control?
I am testing my application against a development site were my iOS device cannot verify server identity because it is a SSL certificate issued through our developer CA server. I am able to click "Continue" on the model box and go to the site through Safari, but not the Xamarin.Forms.WebView control on my application.