Reputation: 1041
I'm considering to make an app with Apache Cordova.
Since iOS 10 will be released shortly, I'd like to make the app compatible with iOS 10.
Doea anyone know how can I check the supported iOS versions in each Cordova releases?
Upvotes: 1
Views: 4160
Reputation: 106
I don't think Cordova explicitly states which operating system versions it is compatible with, but it seems that as long as you're on IOS 8+, Cordova should work.
https://cordova.apache.org/docs/en/latest/guide/platforms/ios/index.html (Second paragraph in the "Requirements and Support" section)
For a more general reference: https://cordova.apache.org/docs/en/latest/guide/support/
Upvotes: 2