Repository: cordova-docs Updated Branches: refs/heads/master d4d257d20 -> 34cc90710
CB-11001 Incorrect docs - "FullScreen" config.xml preference only applies to Android Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/34cc9071 Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/34cc9071 Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/34cc9071 Branch: refs/heads/master Commit: 34cc907107c8b0d52bdcd5f50774d8a13a500910 Parents: d4d257d Author: daserge <[email protected]> Authored: Tue Apr 12 14:25:22 2016 +0300 Committer: daserge <[email protected]> Committed: Thu Apr 14 17:30:41 2016 +0300 ---------------------------------------------------------------------- www/docs/en/dev/config_ref/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/34cc9071/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 4818c50..cb04701 100644 --- a/www/docs/en/dev/config_ref/index.md +++ b/www/docs/en/dev/config_ref/index.md @@ -255,7 +255,7 @@ platform. See [Customize icons topic](images.html) for more information. EnableWebGL(boolean) | *Default: false* <br/> ==OS X **4.0.0**== <br/> Set to true to enable WebGL on the web view. ErrorUrl(URL) | *Default: null* <br/> ==Android== <br/> If set, will display the referenced page upon an error in the application instead of a dialog with the title "Application Error". ErrorUrl(string) | ==iOS== <br/> If set, will display the referenced local page upon an error in the application. - FullScreen(boolean) | *Default: false* <br/> Allows you to hide the status bar at the top of the screen. + FullScreen(boolean) | *Default: false* <br/> ==Android== <br/> Allows you to hide the status bar at the top of the screen. <br/> __Note__: Recommended platform-agnostic way to achieve this is to use the [StatusBar plugin][statusbar_plugin]. GapBetweenPages(float) | *Default: 0* <br/> ==iOS== <br/> The size of the gap, in points, between pages. HideKeyboardFormAccessoryBar(boolean) | *Default: false* <br/> ==BlackBerry== <br/> Set to true to hide the additional toolbar that appears above the keyboard, helping users navigate from one form input to another. HideMousePointer(integer) | *Default: -1* <br/> ==OS X **4.0.0**== <br/> Sets the timeout for hiding the mouse pointer. Set to 0 for immediate, set to -1 for never. @@ -474,3 +474,4 @@ platform. See [Customize icons topic](images.html) for more information. [plugin_spec]: ../reference/cordova-cli/index.html#plugin-spec [whitelist_navigation]: ../reference/cordova-plugin-whitelist/index.html#navigation-whitelist [whitelist_intent]: ../reference/cordova-plugin-whitelist/index.html#intent-whitelist +[statusbar_plugin]: ../reference/cordova-plugin-statusbar/ \ No newline at end of file --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
