我正在尝试使用此插件wkwebview
更新cordova应用程序以使用wkweb这是我正在得到的错误-
[Error] Cannot load blob:null/34c1feee-a003-4c21-b9aa-7e5efce13142 due to access control checks.
readAsText (FileReader.js:224)
_convertEncode64StringToText (xhr-polyfill.js:439)
load (xhr-polyfill.js:720)
nativeXHRResponse (xhr-polyfill.js:732)
Global Code (Script Element 65:1)
[Error] Unhandled Promise Rejection: [object FileError]
(anonymous function)
promiseReactionJob
我的CSP看起来像这样-
<meta http-equiv="Content-Security-Policy" content="default-src 'unsafe-inline' 'unsafe-eval' 'self' data: blob: ws: wss: gap: file: *;">
我尝试在config.xml中为blob添加访问源,并尝试更新cordova plugin file,但是没有运气。
如何解决此问题?