You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2020/10/23 13:11:41 UTC

[GitHub] [cordova-ios] breautek commented on issue #1009: Cordova6.1.0 doesn't support iOS10.

breautek commented 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 `cordova-ios@5.1.1` 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.


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org