SKLn-Rad / Xam.Plugin.Webview

Xamarin Plugin for a HybridWebView in PCL projects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow cross site content

CR4567 opened this issue · comments

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. #86