varshavsr edited a comment on issue #143: URL: https://github.com/apache/cordova-plugin-wkwebview-engine/issues/143#issuecomment-984574303
@srinidhirao From the documentation, I understand that cordova-ios 6.0.2 should work flawless without external plugins like cordova-plugin-wkwebview-engine and cordova-plugin-wkwebviewxhrfix. Also the line `<preference name="WKWebViewOnly" value="true" /> `in config.xml becomes obsolete with cordova-ios 6.0.2 version. Then why does apple/testflight rejects app without the line `<preference name="WKWebViewOnly" value="true" />` in config.xml ? Adding 'WKWebViewOnly' preference launches app with white screen indefinitely on the device but works well on simulator. If we try to fix white screen issue by removing 'WKWebViewOnly' preference in config.xml file, app loads the screen without issues in device and simulator. But this resolution will reject app from Testflight/Appstore. Any help to resolve the white screen issue and acceptance by TestFlight/appstore would be appreciated -- 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]
