jcesarmobile commented on pull request #1137: URL: https://github.com/apache/cordova-android/pull/1137#issuecomment-736375968
CORS is a WKWebView problem, doesn't matter if you use file or a custom protocol. In Android in the other hand, using file will ignore server CORS, while using a custom protocol or http/https will require to allow the origin on the server because it's affected by CORS. benefits of ionic-webview plugin were more about the routing, and at the beginning when it uses a local server on iOS, it allowed to use `http://localhost` as origin on both iOS and Android. ---------------------------------------------------------------- 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]
