StaymanHou opened a new issue #897: URL: https://github.com/apache/cordova-ios/issues/897
### Issue Type - [ ] Bug Report - [ ] Feature Request - [x] Support Question ## Description I'm attempting to upgrade cordova-ios from 5.1.1 to 6.0.0 for a project. At the same time, I'm also trying to migrate from uiwebview to wkwebview since that's the new default. And uiwebview is going to be deprecated anyways. Following the release note, I've managed to get the standard xhr working by setting the `scheme` and `hostname` preferences in config.xml However the requests sent with window.fetch still have the origin set to null despite the custom scheme configuration. Is that the expected behavior, and I will have to migrate to some other plugin to replace the window.fetch functionality? Is there something else that I'm missing? ---------------------------------------------------------------- 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]
