sams4465 commented on issue #897: URL: https://github.com/apache/cordova-ios/issues/897#issuecomment-716964361
in `CordovaLib/Classes/Private/Plugins/CDVWebViewEngine/CDVWebViewEngine.m` after `WKWebViewConfiguration* configuration = [[WKWebViewConfiguration alloc] init];` add `[configuration setValue:@"TRUE" forKey:@"allowUniversalAccessFromFileURLs"];` can fix api fail ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
