erisu commented on a change in pull request #161:
URL: 
https://github.com/apache/cordova-plugin-wkwebview-engine/pull/161#discussion_r439483505



##########
File path: README.md
##########
@@ -65,6 +65,12 @@ WKWebView may not fully launch (the deviceready event may 
not fire) unless if th
 <preference name="CordovaWebViewEngine" value="CDVWKWebViewEngine" />
 ```
 
+If using cordova-ios versions >= 5.1.0 you might have to include the following 
tag in order to only use the WKWebView (which is required for new Apps to the 
AppStore):

Review comment:
       Here is my recommendation on wording and presentation formatting.

##########
File path: README.md
##########
@@ -65,6 +65,12 @@ WKWebView may not fully launch (the deviceready event may 
not fire) unless if th
 <preference name="CordovaWebViewEngine" value="CDVWKWebViewEngine" />
 ```
 
+If using cordova-ios versions >= 5.1.0 you might have to include the following 
tag in order to only use the WKWebView (which is required for new Apps to the 
AppStore):

Review comment:
       ```suggestion
   If using `cordova-ios >= 5.1.0`, it is recommended to include the following 
`preference` tag to only use the `WKWebView` which is a requirement for new App 
submissions to the AppStore:
   ```




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



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to