[Video] Add disable autoplay for native, more tweaking (#5178)
This commit is contained in:
parent
bdff8752fb
commit
60182cd874
5 changed files with 84 additions and 63 deletions
|
|
@ -67,9 +67,6 @@ export function VideoEmbedInnerNative({
|
|||
PlatformInfo.setAudioActive(false)
|
||||
player.muted = true
|
||||
player.playbackRate = 1
|
||||
if (!player.playing) {
|
||||
player.play()
|
||||
}
|
||||
setIsFullscreen(false)
|
||||
}}
|
||||
accessibilityLabel={
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue