Is Ionic & Cordova ready for this? Most important problem right now.
ITMS-90809: Deprecated API Usage — Apple will stop accepting submissions of apps that use UIWebView APIs . See https://developer. apple .com/ documentation /uikit/uiwebview for more information.
From Ionic Blog:
The Cordova team has [released Cordova iOS 5.1.0], which disables UIWebview at compile time. To use it, ensure you have a WKWebView plugin installed, then add
<preference name="WKWebViewOnly" value="true" />
to yourconfig.xml
file. Complete details below.
Is this a definitive solution for all projects?