On my end, it was due to call
[self.webView loadFileURL:fileURL allowingReadAccessToURL:accessURL]; multiple times, even though it was worked on earlier version.
here is the response from Apple side
The loadFileURL:allowingReadAccessToURL: call should be made only once, after all the resource files have been copied. The CSS and image files don't need to be loaded individually — they will be loaded automatically by the HTML when it references them, because your accessURL grants WKWebView read access to the entire cv_webroot directory. Here is what the corrected flow should look like:
hope this helps.
Topic:
Safari & Web
SubTopic:
General
Tags: