adamdport edited a comment on pull request #1004: URL: https://github.com/apache/cordova-ios/pull/1004#issuecomment-722577318
It looks like the issue is only present in iOS 12 or iOS11 (I hadn't realized I hadn't updated yet). I don't see it in iOS 13 or iOS 14. Not sure if you intend to support <13, but it looks like [email protected] supports 11 or later. A couple other things that should be considered: - Looks like it uses a default request timeout of 60s. I was able to get past this by setting my own `setTimeoutInterval` on the request, but this probably needs to be either disabled or made configurable from cordova - Cookies still didn't appear in the network tab, but they did appear to be sent. Not sure if this is a safari issue (or "feature") - When I first build, I get an error `Value for SWIFT_VERSION cannot be empty`. I can set it manually in XCode and rebuild without issue, but I haven't had to do that before (with [email protected]) Thanks! Edit: Your comment above mentions `convertFileSrc`, but I believe you meant `convertFilePath`. Probably worth an edit for those that arrive here via google. ---------------------------------------------------------------- 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]
