tudordumitriu commented on issue #1074: URL: https://github.com/apache/cordova-ios/issues/1074#issuecomment-777639807
Still working on it, but what we did was to force the usage of fetch (instead of xhr), which did work until we had to upload a file. File upload, since we needed upload progress is done via xhr, and it crashes, but what is even more strange is that it crashes in webproxy with "Thread 1: EXC_BAD_ACCESS (code=1, address=0x20)" when accessing the urlSchemeTask.request.URL; So I suspect is the same issue, just can't tell what it is yet. Will try to create a minimal reproduction environment, even though is quite complicated. ---------------------------------------------------------------- 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]
