在 cordova 测试中使用什么 IOS 版本?

What IOS version to use in cordova testing?

我一直在为 android 构建 apps,现在已经退出一段时间了,这不是使用混合平台的意义所在 :D.

当 cordova 开始使用 webview 组件而不是本机浏览器时,我看到的是比 android kitkat 更苗条的版本。但是我不知道什么时候 IOS -这是我的实际问题,在哪个 IOS 版本中添加了 webview?-

我已经搜索了一段时间,但不知道要使用哪个版本(有人说是 4,有人说是 8),所以这并没有多大帮助。

ps: 告诉我你喜欢用什么真的很有帮助。

谢谢:)

你可以看看here UIWebView was added into iOS SDK 2.0. However when developing for iOS it is always best to build for the latest few versions targeting iOS 8+ is a good starting point. Most users on iOS convert to the latest version quickly, currently 93% or so are on iOS 9 or 10

我几分钟前读到这里,仅供 iPhone:

  • 10.X 36.1%
  • 9.X 57.2%
  • 8.X 3.1%

我个人只会在 ios 9 和 10 上测试我的应用程序。