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
---
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 [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]