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" />
   ```
   
   Issue was strange to me, regardless of IOS version 15.0 or 15.1
   It was crashing on different devices ..


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to