[ 
https://issues.apache.org/jira/browse/CB-10760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15178838#comment-15178838
 ] 

ASF GitHub Bot commented on CB-10760:
-------------------------------------

Github user rakatyal commented on a diff in the pull request:

    https://github.com/apache/cordova-docs/pull/536#discussion_r54966658
  
    --- Diff: www/docs/en/dev/config_ref/index.md ---
    @@ -252,11 +266,15 @@ platform. See [Customize icons topic](images.html) 
for more information.
        UIWebViewDecelerationSpeed(string) | *Default: normal* <br/> Allowed 
values: normal, fast <br/> ==iOS== <br/> This property controls the 
deceleration speed of momentum scrolling. normal is the default speed for most 
native apps, and fast is the default for Mobile Safari.
        WebSecurity(string) | *Default: enable* <br/> ==BlackBerry== <br/> Set 
to disable to override web security settings, allowing access to remote content 
from unknown sources. This preference is intended as a development convenience 
only, so remove it before packaging the app for distribution. For the released 
app, all URIs should be known and whitelisted using the <access> element, 
described in the Domain Whitelist Guide.
        WindowSize(string) | *Default: auto* <br/> ==OS X **4.0.0**== <br/> 
Sets the size of the application window. <br/> Accepts the format `WxH` for a 
specific width and height or the special values `auto` and `fullscreen`. The 
latter will open a borderless window spanning the entire desktop area. Please 
note, that this is different from the _normal_ OS X fullscreen mode, which 
would never span multiple displays. <br/> **Note**: The global cordova 
`fullscreen` preference has no effect in OS X.
    +   WindowsDefaultUriPrefix(string) | ==Windows== <br/> Allowed values: 
`ms-appx://`, `ms-appx-web://` <br/>  Identifies whether you want your app to 
target the local context or remote context as its startup URI. When building 
for Windows 10, the default is the remote context (`ms-appx-web://`). <br/> In 
order to have a local-mode application that is not impacted by Remote Mode 
capability restrictions, you must set this preference to `ms-appx://` and not 
declare any `<access>` elements with remote URIs. The local mode is the default 
for Windows 8.1
    +   WindowsStoreDisplayName(string) | ==Windows== <br/> A friendly name for 
the publisher that can be displayed to users. 
    +   WindowsStoreIdentityName(string) | ==Windows== <br/> Identity name used 
for Windows store. The identity is defines a globally unique identifier for a 
package. A package identity is represented as a tuple of attributes of the 
package. See the [identity page on the package manifest schema 
reference](https://msdn.microsoft.com/en-us/library/windows/apps/br211441.aspx) 
for further details.
    --- End diff --
    
    The identity defines a ..


> config.xml reference does not document plugin element
> -----------------------------------------------------
>
>                 Key: CB-10760
>                 URL: https://issues.apache.org/jira/browse/CB-10760
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Docs
>            Reporter: Richard B Knoll
>            Assignee: Omar Mefire
>              Labels: Docs-6.x, triaged
>
> The example config.xml on the bottom of the page actually uses this tag, but 
> I also believe the example is incorrect. The {{version}} attribute should be 
> {{spec}}. See 
> http://cordova.apache.org/docs/en/dev/config_ref/index.html#sample-config-xml



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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

Reply via email to