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/10/21 23:55:27 UTC

[1/3] docs commit: [CB-3820] added example of viewport

Updated Branches:
  refs/heads/master b606a5ef8 -> 572d37e1f


[CB-3820] added example of viewport


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

Branch: refs/heads/master
Commit: 572d37e1f4efdbae804f0435091c73bbb2a56152
Parents: e06877f
Author: Mike Sierra <ms...@adobe.com>
Authored: Thu Oct 3 11:54:36 2013 -0400
Committer: Michael Brooks <mi...@michaelbrooks.ca>
Committed: Mon Oct 21 14:55:34 2013 -0700

----------------------------------------------------------------------
 docs/en/edge/guide/platforms/ios/config.md | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/572d37e1/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 a2033b2..5491049 100644
--- a/docs/en/edge/guide/platforms/ios/config.md
+++ b/docs/en/edge/guide/platforms/ios/config.md
@@ -25,11 +25,16 @@ details preferences that only apply to iOS builds. See The config.xml
 File for information on global configuration options.
 
 - `EnableViewportScale` (boolean, defaults to `false`): Set to `true`
-  to use a viewport meta tag to either disable or restrict the range
+  to allow a viewport meta tag to either disable or restrict the range
   of user scaling, which is enabled by default.
 
         <preference name="EnableViewportScale" value="true"/>
 
+  Place a viewport such as the following in the HTML to disable
+  scaling and fit content flexibly within the rendering WebView:
+
+        <meta name='viewport' content='width=device-width, initial-scale=1, user-scalable=no' />
+
 - `MediaPlaybackRequiresUserAction` (boolean, defaults to `false`):
   Set to `true` to prevent HTML5 videos or audios from playing
   automatically with the `autoplay` attribute or via JavaScript.


[2/3] docs commit: [CB-3820] confirmed: MediaPlaybackRequiresUserAction applies to audio & JS calls

Posted by mw...@apache.org.
[CB-3820] confirmed: MediaPlaybackRequiresUserAction applies to audio & JS calls


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

Branch: refs/heads/master
Commit: e06877f5fe1ed8408612afc958c6338b0aa114fc
Parents: 8bdcc39
Author: Mike Sierra <ms...@adobe.com>
Authored: Thu Oct 3 11:47:31 2013 -0400
Committer: Michael Brooks <mi...@michaelbrooks.ca>
Committed: Mon Oct 21 14:55:34 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/e06877f5/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 731210e..a2033b2 100644
--- a/docs/en/edge/guide/platforms/ios/config.md
+++ b/docs/en/edge/guide/platforms/ios/config.md
@@ -31,9 +31,8 @@ File for information on global configuration options.
         <preference name="EnableViewportScale" value="true"/>
 
 - `MediaPlaybackRequiresUserAction` (boolean, defaults to `false`):
-  Set to `true` to prevent HTML5 videos from playing automatically
-  with the `autoplay` attribute. Does not apply when calling `play()`
-  on a video object.
+  Set to `true` to prevent HTML5 videos or audios from playing
+  automatically with the `autoplay` attribute or via JavaScript.
 
         <preference name="MediaPlaybackRequiresUserAction" value="true"/>
 


[3/3] docs commit: [CB-3820] confirmed: EnableViewportScale allows you to restrict what's already enabled

Posted by mw...@apache.org.
[CB-3820] confirmed: EnableViewportScale allows you to restrict what's already enabled


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

Branch: refs/heads/master
Commit: 8bdcc39daa3ba3f9d876657509a77de3feffacc2
Parents: b606a5e
Author: Mike Sierra <ms...@adobe.com>
Authored: Thu Oct 3 11:39:05 2013 -0400
Committer: Michael Brooks <mi...@michaelbrooks.ca>
Committed: Mon Oct 21 14:55:34 2013 -0700

----------------------------------------------------------------------
 docs/en/edge/guide/platforms/ios/config.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/8bdcc39d/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 7d084e6..731210e 100644
--- a/docs/en/edge/guide/platforms/ios/config.md
+++ b/docs/en/edge/guide/platforms/ios/config.md
@@ -26,7 +26,7 @@ File for information on global configuration options.
 
 - `EnableViewportScale` (boolean, defaults to `false`): Set to `true`
   to use a viewport meta tag to either disable or restrict the range
-  of user scaling. 
+  of user scaling, which is enabled by default.
 
         <preference name="EnableViewportScale" value="true"/>