apache / cordova-ios

Apache Cordova iOS
https://cordova.apache.org/
Apache License 2.0
2.15k stars 986 forks source link

Loading HTML from the data directory with WKWebView results in an error #1375

Closed wulianpu closed 7 months ago

wulianpu commented 7 months ago

Loading HTML from the data directory (cordova.file.cacheDirectory) with WKWebView results in an error. The error message is as follows: WebPageProxy::Ignoring request to load this main resource because it is outside the sandbox

Issue details can be found in the discussion: #1011

Does anyone know how to resolve this issue?

breautek commented 7 months ago

Closing as duplicate