How do I call a Javascript function in a UWP renderer that uses a Windows.UI.Xaml.Controls.WebView?
It has to be done in the UWP Renderer, using the Windows.UI.Xaml.Controls.WebView object, not in the Forms project using the Xamarin.Forms.WebView.
Any ideas?