From 8217cb55034b3af4403382794a4ba5a4ad38b686 Mon Sep 17 00:00:00 2001 From: Andrei Pfeiffer Date: Thu, 28 Feb 2019 23:10:47 +0200 Subject: [PATCH] chore(docs): Update Reference.md (#359) I was able to fix a bug with videos loaded from Azure that wouldn't start unless I set that prop to `false` --- docs/Reference.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/Reference.md b/docs/Reference.md index 9f05793..01f9223 100644 --- a/docs/Reference.md +++ b/docs/Reference.md @@ -113,7 +113,9 @@ Set this to provide JavaScript that will be injected into the web page when the ### `mediaPlaybackRequiresUserAction` -Boolean that determines whether HTML5 audio and video requires the user to tap them before they start playing. The default value is `true`. (Android API minimum version 17) +Boolean that determines whether HTML5 audio and video requires the user to tap them before they start playing. The default value is `true`. (Android API minimum version 17). + +NOTE: the default `true` value might cause some videos to hang loading on iOS. Setting it to `false` could fix this issue. | Type | Required | | ---- | -------- |