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

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

breautek commented on issue #140: iOS 13 Sandbox Issue - WebPageProxy::Ignoring request to load this main resource because it is outside the sandbox
URL: https://github.com/apache/cordova-plugin-wkwebview-engine/issues/140#issuecomment-606593286
 
 
   > Ignoring request to load this main resource because it is outside the sandbox
   
   This sounds like you're trying to access a resource that is "outside" of your app.
   
   > (It works fine below iOS 13.)
   
   This suggests to me you're trying to use the exact same URL (maybe hard-coded) on different simulators.
   
   Make sure you're using relative paths, not absolute paths. You cannot after all determine the UUID portion of the url on iOS.

----------------------------------------------------------------
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


With regards,
Apache Git Services

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