biswas123 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-595637630 > > 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. > > Sorry to interrupt you so many times. > If i do that my login screen disappeared. > any suggestions? Hey there! How did you fix the login screen disappearing issue after installing the plugin.. I also put the configuration on config.xml file but still get white screen after app startup.. And I cannot find any error logs on xcode or safari logs.
---------------------------------------------------------------- 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]
