mirror of
https://github.com/status-im/react-native-webview.git
synced 2025-02-23 09:18:38 +00:00
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`
This commit is contained in:
parent
7dc875e056
commit
8217cb5503
@ -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 |
|
||||
| ---- | -------- |
|
||||
|
Loading…
x
Reference in New Issue
Block a user