Repository: cordova-docs
Updated Branches:
  refs/heads/master 18420b414 -> c96f84ed5


CB-6275: (iOS) Added iOS support icon for BackgroundColor preference

 This closes #675


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

Branch: refs/heads/master
Commit: c96f84ed52763d93fedfbfa660a955edbe347ea5
Parents: 18420b4
Author: Malte Dölker <mdoel...@me.com>
Authored: Tue Jan 17 12:26:58 2017 +0100
Committer: Kerri Shotts <kerrisho...@gmail.com>
Committed: Mon Mar 6 11:19:57 2017 -0600

----------------------------------------------------------------------
 www/docs/en/dev/config_ref/index.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/c96f84ed/www/docs/en/dev/config_ref/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/dev/config_ref/index.md 
b/www/docs/en/dev/config_ref/index.md
index ee944d9..1aa65a8 100644
--- a/www/docs/en/dev/config_ref/index.md
+++ b/www/docs/en/dev/config_ref/index.md
@@ -275,7 +275,7 @@ android-maxSdkVersion(integer) <br/> ==Android== | 
*Default: Not Specified* <br/
 android-minSdkVersion(integer) <br/> ==Android== | *Default: Dependent on 
cordova-android Version* <br/>  Sets the `minSdkVersion` attribute of the 
`<uses-sdk>` tag in the project's `AndroidManifest.xml` (see [here][uses-sdk]).
 android-targetSdkVersion(integer) <br/> ==Android== | *Default: Dependent on 
cordova-android Version* <br/>  Sets the `targetSdkVersion` attribute of the 
`<uses-sdk>` tag in the project's `AndroidManifest.xml` (see [here][uses-sdk]).
 AppendUserAgent(string) <br/> ==Android== ==iOS== | If set, the value will 
append to the end of old UserAgent of webview. When using with 
OverrideUserAgent, this value will be ignored.
-BackgroundColor(string) <br/> ==Android== ==BlackBerry== ==Windows== | Sets 
the app's background color. Supports a four-byte hex value, with the first byte 
representing the alpha channel, and standard RGB values for the following three 
bytes. <br/> For Windows, the alpha channel is ignored. <br/> __Note__: 
`transparent` value will set the application tile background to the accent 
color on Windows.
+BackgroundColor(string) <br/> ==Android== ==iOS== ==BlackBerry== ==Windows== | 
Sets the app's background color. Supports a four-byte hex value, with the first 
byte representing the alpha channel, and standard RGB values for the following 
three bytes. <br/> For Windows, the alpha channel is ignored. <br/> __Note__: 
`transparent` value will set the application tile background to the accent 
color on Windows.
 BackupWebStorage(string) <br/> ==iOS== | *Default: cloud* <br/> Allowed 
values: none, local, cloud. <br/>   Set to cloud to allow web storage data to 
backup via iCloud. Set to local to allow only local backups via iTunes sync. 
Set to none prevent web storage backups.
 ChildBrowser(string) <br/> ==BlackBerry== | *Default: enable* <br/>  Disables 
child browser windows. By default, apps launch a secondary browser window to 
display resources accessed via window.open() or by specifying a _blank anchor 
target. Specify disable to override this default behavior.
 CordovaWebViewEngine(string) <br/> ==iOS== | *Default: CDVUIWebViewEngine* 
<br/>  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.


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

Reply via email to