You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sh...@apache.org on 2015/07/11 02:43:00 UTC

[1/2] docs commit: CB-7185 - Document MediaPlaybackAllowsAirPlay iOS preference

Repository: cordova-docs
Updated Branches:
  refs/heads/master 2f620e6cf -> 8342df061


CB-7185 - Document MediaPlaybackAllowsAirPlay iOS preference


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

Branch: refs/heads/master
Commit: b036c6faab54292027a6203736860759cdc091b4
Parents: 0c4d4dd
Author: Shazron Abdullah <sh...@apache.org>
Authored: Thu Sep 11 17:38:16 2014 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Thu Sep 11 17:38:16 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/b036c6fa/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 860221f..0ce5010 100644
--- a/docs/en/edge/guide/platforms/ios/config.md
+++ b/docs/en/edge/guide/platforms/ios/config.md
@@ -35,6 +35,11 @@ File for information on global configuration options.
 
         <meta name='viewport' content='width=device-width, initial-scale=1, user-scalable=no' />
 
+- `MediaPlaybackAllowsAirPlay` (boolean, defaults to `true`):
+  Set to `false` to prevent Air Play from being used in this view. Available in default UIWebView and WKWebView.
+
+        <preference name="MediaPlaybackAllowsAirPlay" value="false"/>
+
 - `MediaPlaybackRequiresUserAction` (boolean, defaults to `false`):
   Set to `true` to prevent HTML5 videos or audios from playing
   automatically with the `autoplay` attribute or via JavaScript.


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[2/2] docs commit: CB-7185 - Document MediaPlaybackAllowsAirPlay iOS preference (closes #234)

Posted by sh...@apache.org.
CB-7185 - Document MediaPlaybackAllowsAirPlay iOS preference (closes #234)


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

Branch: refs/heads/master
Commit: 8342df061d655220a5a95b27852537d1378fe6ed
Parents: 2f620e6 b036c6f
Author: Shazron Abdullah <sh...@apache.org>
Authored: Fri Jul 10 17:42:19 2015 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Fri Jul 10 17:43:42 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/8342df06/docs/en/edge/guide/platforms/ios/config.md
----------------------------------------------------------------------


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org