erisu edited a comment on issue #745: UIWebview Depreciation warning still occurs with Cordova-iOS 5.1.1 URL: https://github.com/apache/cordova-ios/issues/745#issuecomment-569809552 @Jeevan2019 you should add `<preference name="WKWebViewOnly" value="true"/>` to the `<project_root>/config.xml`. Try to only modify and manage your configs in this file. It is not recommend to modify the `<project_root>/platforms/ios/<project_name>/config.xml` file directly. Since the file is generated and updated during prepare, there are always potential risks that things you add directly to this file will be removed.
---------------------------------------------------------------- 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]
