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-593694690 I also forgot to mention that you need to add to `config.xml` the WKWebView plugin configurations. Example below shows what is needed in the ios platform element: ``` <platform name="ios"> <feature name="CDVWKWebViewEngine"> <param name="ios-package" value="CDVWKWebViewEngine" /> </feature> <preference name="CordovaWebViewEngine" value="CDVWKWebViewEngine" /> </platform> ``` Also, Monaca just released the ability to set the WKWebView easily within the app setting screen. It would add the plugin and set the configurations for you. If you still see the white screen even with the WKWebView plugin configurations added, I would also recommend following what @breautek suggested above.
---------------------------------------------------------------- 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]
