Xam.Plugin.Webview
Xam.Plugin.Webview copied to clipboard
Allow cross site content
Hi,
is it possible to add the "setAllowUniversalAccessFromFileURLs(boolean flag)" option for android? I'm using a local html page which loads an external javascript library. For iOS everything is fine but android throws an error: Access-Control-Allow-Origin is null
Best regards Chris
That's what I was trying to achieve with a PlatformEffect, but then I used a custom renderer instead that sets that property. https://github.com/SKLn-Rad/Xam.Plugin.Webview/issues/86