You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2020/03/02 05:08:50 UTC

[GitHub] [cordova-ios] 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.

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 `cordova-ios@5.1.1`
   * 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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org