[
https://issues.apache.org/jira/browse/CB-11001?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15237542#comment-15237542
]
ASF GitHub Bot commented on CB-11001:
-------------------------------------
Github user nikhilkh commented on a diff in the pull request:
https://github.com/apache/cordova-docs/pull/576#discussion_r59412777
--- Diff: 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](https://cordova.apache.org/docs/en/latest/reference/cordova-plugin-statusbar).
--- End diff --
It's recommended to provide a relative reference to the plugin docs as that
ensures version and language is correct.
> Incorrect docs - "FullScreen" config.xml preference only applies to Android
> ---------------------------------------------------------------------------
>
> Key: CB-11001
> URL: https://issues.apache.org/jira/browse/CB-11001
> Project: Apache Cordova
> Issue Type: Bug
> Components: Docs
> Reporter: Jerroyd Moore
> Assignee: Sergey Shakhnazarov
> Labels: triaged
>
> The <preference name="fullScreen" value="false" /> is ignored when I add it
> and build for 8.1-phone.
> {code}
> $ cordova -v
> 5.4.1
> $ cordova create foo
> $ cd foo
> $ cordova platform add windows
> $ cordova prepare windows
> $ cd platforms/windows/cordova
> $ build.bat -r --appx=8.1-phone
> {code}
> Running it on a windows phone 8.1, the status bar is hidden.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]