You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by mw...@apache.org on 2013/09/21 14:07:00 UTC

[29/50] docs commit: [CB-3820] clarify KeyboardShrinksView; autoplay no longer an issue

[CB-3820] clarify KeyboardShrinksView; autoplay no longer an issue


Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/2e51e2a4
Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/2e51e2a4
Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/2e51e2a4

Branch: refs/heads/master
Commit: 2e51e2a490d4656c6909710e12d2b7ad5fa11320
Parents: 6682f62
Author: Mike Sierra <ms...@adobe.com>
Authored: Fri Sep 20 11:05:03 2013 -0400
Committer: Michael Brooks <mi...@michaelbrooks.ca>
Committed: Sat Sep 21 14:03:55 2013 +0200

----------------------------------------------------------------------
 docs/en/edge/guide/platforms/ios/config.md | 15 +++++----------
 1 file changed, 5 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/2e51e2a4/docs/en/edge/guide/platforms/ios/config.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/platforms/ios/config.md b/docs/en/edge/guide/platforms/ios/config.md
index 194a409..f70092d 100644
--- a/docs/en/edge/guide/platforms/ios/config.md
+++ b/docs/en/edge/guide/platforms/ios/config.md
@@ -80,8 +80,6 @@ File for information on global configuration options.
 
         <preference name="MediaPlaybackRequiresUserAction" value="true"/>
 
-<!-- QUERY I: does MediaPlaybackRequiresUserAction also apply to audio? -->
-
 * `AllowInlineMediaPlayback` (boolean, defaults to `false`): set to
   `true` to allow inline HTML5 media playback, also, the video element
   in the HTML document must also include the webkit-playsinline
@@ -109,17 +107,14 @@ File for information on global configuration options.
 
         <preference name="SuppressesIncrementalRendering" value="true"/>
 
-* `KeyboardShrinksView` (boolean, defaults to `false`): set to `true` to
-  shrink the webview when the keyboard comes up. The webview shrinks
-  instead of the viewport shrinking and the page scrollable. This
-  applies to apps that position their elements relative to the bottom
-  of the webview. This is the default behaviour on Android, and makes
-  a lot of sense when building apps as opposed to webpages.
+* `KeyboardShrinksView` (boolean, defaults to `false`): set to `true`
+  to scale down the webview when the keyboard appears rather than
+  shrinking the viewport, matching the default behaviour for Android.
+  This applies to apps that position their elements relative to the
+  bottom of the webview.
 
         <preference name="KeyboardShrinksView" value="true"/>
 
-<!-- QUERY I: describe KeyboardShrinksView; shrink webview when keyboard appears -->
-
 <!-- QUERY I: is target-device OK? 
 
  #### Target a Specific Device