Bläddra i källkod

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`
Andrei Pfeiffer 5 år sedan
förälder
incheckning
8217cb5503
1 ändrade filer med 3 tillägg och 1 borttagningar
  1. 3
    1
      docs/Reference.md

+ 3
- 1
docs/Reference.md Visa fil

@@ -113,7 +113,9 @@ Set this to provide JavaScript that will be injected into the web page when the
113 113
 
114 114
 ### `mediaPlaybackRequiresUserAction`
115 115
 
116
-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)
116
+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).
117
+
118
+NOTE: the default `true` value might cause some videos to hang loading on iOS. Setting it to `false` could fix this issue.
117 119
 
118 120
 | Type | Required |
119 121
 | ---- | -------- |