You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sh...@apache.org on 2015/10/06 00:05:59 UTC

docs commit: CB-8630 - Document CordovaWebViewEngine iOS preference (pluggable webviews)

Repository: cordova-docs
Updated Branches:
  refs/heads/master 35241fa02 -> 8582c6954


CB-8630 - Document CordovaWebViewEngine iOS preference (pluggable webviews)


Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/8582c695
Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/8582c695
Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/8582c695

Branch: refs/heads/master
Commit: 8582c69540259bb8e6c319d65951b4ae0a407e1d
Parents: 35241fa
Author: Shazron Abdullah <sh...@apache.org>
Authored: Mon Oct 5 15:05:54 2015 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Mon Oct 5 15:05:54 2015 -0700

----------------------------------------------------------------------
 docs/en/edge/guide/platforms/ios/config.md | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/8582c695/docs/en/edge/guide/platforms/ios/config.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/platforms/ios/config.md b/docs/en/edge/guide/platforms/ios/config.md
index 35d13fb..174fd6f 100644
--- a/docs/en/edge/guide/platforms/ios/config.md
+++ b/docs/en/edge/guide/platforms/ios/config.md
@@ -151,3 +151,8 @@ File](config_ref_index.md.html#The%20config.xml%20File) for information on globa
 
         <preference name="deployment-target" value="7.0" />
 
+- `CordovaWebViewEngine` (string, defaults to 'CDVUIWebViewEngine'):
+  This sets the WebView engine plugin to be used to render the host app. The plugin must conform to the CDVWebViewEngineProtocol protocol. The 'value' here should match the 'feature' name of the WebView engine plugin that is installed. This preference usually would be set by the WebView engine plugin that is installed, automatically.
+  
+        <preference name="CordovaWebViewEngine" value="CDVUIWebViewEngine" />
+


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