I have a WebView in Xamarin Forms 4.4.0.991477, and it seems like adding and removing this line from AssemblyInfo.cs isn't affecting anything, but do I still need to include [assembly: ExportRenderer(typeof(WebView), typeof(Xamarin.Forms.Platform.iOS.WkWebViewRenderer))]
in my AssemblyInfo.cs file to use WkWebView? Or is it automatic?
Thanks!
WkWebViewRenderer was made the default in 4.4.0 so you should be good to remove the line.
Answers
WkWebViewRenderer was made the default in 4.4.0 so you should be good to remove the line.