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 2019/11/20 13:01:16 UTC

[GitHub] [cordova-ios] jcesarmobile edited a comment on issue #715: feat: add optional compile-time decision for disabling UIWebView

jcesarmobile edited a comment on issue #715: feat: add optional compile-time decision for disabling UIWebView
URL: https://github.com/apache/cordova-ios/pull/715#issuecomment-555598158
 
 
   you have to clone the repository 
   `git clone https://github.com/apache/cordova-ios`
   then go to the cloned folder
   `cd cordova-ios`
   then check the path to the folder where you cloned cordova-ios
   `pwd`
   use the result of that command to install cordova-ios into your project
   (from your app project)
   `cordova platform add (result from pwd here)`
   
   Now if you add `<preference name="WKWebViewOnly" value="true" />` to the `config.xml` and run `cordova prepare ios` the UIWebView conde will be hidden by at build time, so you need a wkwebview plugin installed or your app won't work. 
   
   Updated comment since it's merged and I deleted my branch
   

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