You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2021/12/02 11:13:40 UTC

[GitHub] [cordova-plugin-wkwebview-engine] varshavsr commented on issue #143: Blank screen after using plugin-wkwebview-engine

varshavsr commented 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: issues-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org