What is the IOS WebView engine?

Hi,

I would like to have the answer in order to check features support through Can I Use site.

Should I follow the last version in iOS Safari column?

Thanks

1 Like

Cordova uses UIWebView by default. Alternative webview engines are available as plugins:

  • cordova-plugin-wkwebview-engine
  • cordova-plugin-ionic-webview
  • Crosswalk (mostly for Android, I think limited benefit for iOS)

Also deprecated and unsupported. Don’t use if not absolutely necessary.