You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2020/07/23 03:25:17 UTC

[GitHub] [cordova-plugin-wkwebview-engine] yumi19880806 commented on issue #140: iOS 13 Sandbox Issue - WebPageProxy::Ignoring request to load this main resource because it is outside the sandbox

yumi19880806 commented on issue #140:
URL: https://github.com/apache/cordova-plugin-wkwebview-engine/issues/140#issuecomment-662800913


   try to use
   NSString *path = [[NSBundle mainBundle] pathForResource:@"index" ofType:@"html"];
   NSString *htmlContent = [NSString stringWithContentsOfFile:path encoding:NSUTF8StringEncoding error:nil];
   [self.webView loadHTMLString:htmlContent baseURL:fileURL];
   i resolve it on ios14 beta


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org