breautek edited a comment on issue #1009: URL: https://github.com/apache/cordova-ios/issues/1009#issuecomment-715331635
If you need iOS 10 support then stay on `cordova-ios@5` You'll need to use `[email protected]` with a WKWebView plugin and the `WKWebViewOnly` preference enabled to be `WKWebView` compliant. > Or, Could you please point out the code that IOS 10 doesn't support in Cordova6.1.0, and I can modify it myself. The reason `cordova-ios@6` requires iOS 11+ is because of the scheme handler stuff. I'm not familiar with the codebase so I can't point to exactly where this is located, but the apple docs for this is located [here](https://developer.apple.com/documentation/webkit/wkurlschemehandler). You should be able to search and find usages easily enough. This was added to support schemes, which solves many CORS related issues that appeared on the `WKWebView` loading files from the local filesystem. As far as I know, this is the only thing that was added that requires `cordova-ios@6` but if you strip that out and try to build, I'm sure XCode will tell you if there are anything else that requires iOS 11 if you try to build with deployment target with iOS 10. ---------------------------------------------------------------- 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]
