varshavsr edited a comment on issue #143:
URL: 
https://github.com/apache/cordova-plugin-wkwebview-engine/issues/143#issuecomment-984529915


   My app is Cordova based angular app and I am having issues of white screen 
after app launch on the device only. Simulator doesnt have any issues. 
   I followed the cordova documentation. 
   Using "cordova-ios": "^6.2.0"
   
   Added this config in my config.xml:
   `<platform name="ios"><preference name="WKWebViewOnly" value="true" 
/></platform>`
   
   cordova-plugin-wkwebview-engine plugin is not installed in the project. 
   Tried with and without installing cordova-plugin-wkwebviewxhrfix plugin also.
   
   But still getting the **white blank screen**.
   
If I remove the line `<preference name="WKWebViewOnly" value="true" />` 
from config.xml file, it just works fine without white screen. But then 
Apple/TestFlight rejects it with reason **ITMS-90809: Deprecated API Usage - 
New apps that use UIWebView are no longer accepted. Instead, use WKWebView for 
improved security and reliability. Learn more** 
   


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