How to load the online pdf files in Xamarin webview?
问题 I have trying to load and display the online pdf file (file from sharepoint link) in Xamarin forms Webview. To load the pdf, i have implemented the pdf viewer using custom renderer. But, there files are not loaded. Can you please help me out on this ? Following code are used to load the file. var customWebView = Element as AuthWebView; Control.Settings.AllowUniversalAccessFromFileURLs = true; Control.Settings.PluginsEnabled = true; Control.Settings.JavaScriptEnabled = true; // Control.LoadUrl