|
|
|
|
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
|
| ---- | -------- |
|