[
https://issues.apache.org/jira/browse/CB-10521?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15153839#comment-15153839
]
ASF GitHub Bot commented on CB-10521:
-------------------------------------
Github user tripodsan commented on a diff in the pull request:
https://github.com/apache/cordova-docs/pull/496#discussion_r53429424
--- Diff: www/docs/en/dev/config_ref/index.md ---
@@ -216,11 +220,13 @@ platform. See [Icons and Splash Screens](images.html)
for more information.
DefaultVolumeStream(string) | *Default: default* <br/> ==Android==<br/>
Added in cordova-android 3.7.0, This preference sets which volume the hardware
volume buttons link to. By default this is "call" for phones and "media" for
tablets. Set this to "media" to have your app's volume buttons always change
the media volume. Note that when using Cordova's media plugin, the volume
buttons will dynamically change to controlling the media volume when any Media
objects are active.
DisallowOverscroll(boolean) | *Default: false* <br/> ==iOS==
==Android== <br/> Set to **true** if you don't want the interface to display
any feedback when users scroll past the beginning or end of content. On iOS,
overscroll gestures cause content to bounce back to its original position. on
Android, they produce a more subtle glowing effect along the top or bottom edge
of the content. <br/>
EnableViewportScale(boolean) | *Default: false* <br/> ==iOS== <br/>
Set to true to allow a viewport meta tag to either disable or restrict the
range of user scaling, which is enabled by default. Place a viewport such as
the following in the HTML to disable scaling and fit content flexibly within
the rendering WebView: <br/> ```<meta name='viewport'
content='width=device-width, initial-scale=1, user-scalable=no' />```
+ EnableWebGL(boolean) | *Default: false* <br/> ==OS X **4.0.0**== <br/>
Set to true to enable WebGL on the web view.
--- End diff --
this is an OSX WebView preference. I'm not sure about others:
http://stackoverflow.com/questions/13659133/enable-webgl-in-the-mac-os-application-on-webkit
> Add OS X platform to docs
> -------------------------
>
> Key: CB-10521
> URL: https://issues.apache.org/jira/browse/CB-10521
> Project: Apache Cordova
> Issue Type: Improvement
> Components: Docs, OSX
> Affects Versions: Master
> Reporter: Tobias Bocanegra
> Assignee: Tobias Bocanegra
>
> With the upcoming initial release of OSX we also need to provide
> documentation.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]