Jeevan2019 commented on issue #745: UIWebview Depreciation warning still occurs with Cordova-iOS 5.1.1 URL: https://github.com/apache/cordova-ios/issues/745#issuecomment-570353512 > @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. @erisu @obryl I have added the key `<preference name="WKWebViewOnly" value="true"/>` to the `<project_root>/config.xml` file and we didn't receive the apple warning now. Sine we have tried this on a sample app, we have to migrate our whole project to the new cordova-ios platform of version 5.1.1 and need to check if the issue still persists.
---------------------------------------------------------------- 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]
