I load local html file on IOS WKWebview
using loadFileURL: allowingReadAccessToURL
..
But when I send ajax request, it fails.
The error is:
Origin null is not allowed by Access-Control-Allow-Origin.
Can I set some properties to fix this error, like in Android,we can use setAllowUniversalAccessFromFileURLs
?