dpogue commented on issue #1631:
URL: https://github.com/apache/cordova-ios/issues/1631#issuecomment-5170781098

   > Could you please explain in more details, what is the build-in WebView 
implementation and how to move to it?
   
   The steps to switch to the built-in WebView are:
   1. Remove the Ionic WebView plugin (or whichever 3rd party webview plugin 
you are using)
   2. Remove any `preference name="CordovaWebViewEngine"` options in config.xml
   3. Test your app
   4. Potentially set `<preference name="Scheme" value="ionic" />` (or another 
value) in config.xml to keep existing web data accessible


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to