breautek commented on issue #799: Why does [email protected] looses support for 
iOS 10?
URL: https://github.com/apache/cordova-ios/issues/799#issuecomment-591081336
 
 
   [email protected] does not lose iOS 10 support. 5.1.1 has the 
`minDeploymentTarget` set to `10.0`.
   
   master does have `minDeploymentTarget` set to `11.0` because the next 
`cordova-ios` release will be a major release (6.x).
   
   iOS 10 does support `WKWebview` so the wkwebview related changes should not 
break iOS 10. But I believe scheme handling is only supported in iOS 11+. 
Apache's wkwebview plugin does not support scheme handling for this reason (but 
is planned to be added to cordova-ios@6)
   
   Nothing in 5.x should be breaking ios 10, and if something does, please do 
open a ticket with the bug form filled out, but I suspect it's because your 
wkwebview plugin implements features only available for iOS11+.

----------------------------------------------------------------
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]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to