You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2020/04/03 16:23:19 UTC

[GitHub] [cordova-plugin-wkwebview-engine] JamalAPI commented on issue #138: Possible Race Condition on iPhone 11 Pro on Start Up

JamalAPI commented on issue #138: Possible Race Condition on iPhone 11 Pro on Start Up
URL: https://github.com/apache/cordova-plugin-wkwebview-engine/issues/138#issuecomment-608534614
 
 
   > Hi - Any update on this? I am having the same exact issue. It seems that the white screen appears for me only when `<preference name="WKWebViewOnly" value="true" />` is included in my confix.xml. Once I remove it... the app works.
   
   This means you are not using the proper config.xml settings or a plug you are using is causing the issue. 
   
   See: https://cordova.apache.org/howto/2020/03/18/wkwebviewonly.html  on proper configuartion.
   
   If you are using Onsen, make sure you call:
   
   ````
   ons.fastClick.destroy();
   ````
   in oDeviceReady()
   
   If using Monaca.io, see the following:
   
     
   Select "Configure -> App Settings for iOS" from the IDE header menu and update the item "WebView Engine" to "WKWebView".   
   For the build environment, select the menu "Build-> Build Environment Settings..." and set "iOS 5.1.1" and "Xcode 11.3".
   Select "Configure -> JS/CSS Components Settings..." and update Monaca Core Utility to version 2.1.0   
   Select the menu "Build-> Build App for iOS ..." and start building with the custom build debugger.
   
   Source: https://monaca.io/headline/index.html

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

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