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 2021/12/03 15:32:33 UTC

[GitHub] [cordova-ios] 21pg edited a comment on issue #1205: App getting crash on IOS 15.1.1 , but working fine on IOS 15.0

21pg edited a comment on issue #1205:
URL: https://github.com/apache/cordova-ios/issues/1205#issuecomment-985614309


   > @21pg Can you tell me what you used instead?
   I replaced @ahovakimyan/cordova-plugin-wkwebviewxhrfix with 
    @globules-io/cordova-plugin-ios-xhr
    and added preference -
     ```
   <preference name="AllowUntrustedCerts"  value="true" />
     <preference name="InterceptRemoteRequests" value="all" />
     <preference name="allowFileAccessFromFileURLs" value="true" />
     <preference name="allowUniversalAccessFromFileURLs" value="true" />
   ```


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

To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org

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