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 ..


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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

Reply via email to