Browse Source

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 years ago
parent
commit
8217cb5503
1 changed files with 3 additions and 1 deletions
  1. 3
    1
      docs/Reference.md

+ 3
- 1
docs/Reference.md View File

113
 
113
 
114
 ### `mediaPlaybackRequiresUserAction`
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
 | Type | Required |
120
 | Type | Required |
119
 | ---- | -------- |
121
 | ---- | -------- |