From b036c6faab54292027a6203736860759cdc091b4 Mon Sep 17 00:00:00 2001 From: Shazron Abdullah Date: Thu, 11 Sep 2014 17:38:16 -0700 Subject: [PATCH] CB-7185 - Document MediaPlaybackAllowsAirPlay iOS preference --- docs/en/edge/guide/platforms/ios/config.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/en/edge/guide/platforms/ios/config.md b/docs/en/edge/guide/platforms/ios/config.md index 860221f9e7..0ce5010a72 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. +- `MediaPlaybackAllowsAirPlay` (boolean, defaults to `true`): + Set to `false` to prevent Air Play from being used in this view. Available in default UIWebView and WKWebView. + + + - `MediaPlaybackRequiresUserAction` (boolean, defaults to `false`): Set to `true` to prevent HTML5 videos or audios from playing automatically with the `autoplay` attribute or via JavaScript.