erisu commented on issue #804: Want to remove UIWebView from my Cordova Project 
in monaca for the latest issue from the Apple which was it cannot be accepted 
after April 2020. 
URL: https://github.com/apache/cordova-ios/issues/804#issuecomment-593221783
 
 
   With the versions that are currently released, make sure that you are:
   * using `[email protected]`
   * add plugin `cordova-plugin-wkwebview-engine`, preferably the latest 
version `1.2.1`
   * add the following `preference` flag `WKWebViewOnly` to the `config.xml` 
iOS platform element.
   
   E.g.
   
   ```
   <platform name="ios">
       <preference name="WKWebViewOnly" value="true" />
   </platform>
   ```
   
   If you are still getting the warning, most likely one of the plugins you are 
using still references `UIWebView` which the plugin developers will need to fix.

----------------------------------------------------------------
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]

Reply via email to