[Video] Add disable autoplay for native, more tweaking (#5178)
This commit is contained in:
@@ -67,9 +67,6 @@ export function VideoEmbedInnerNative({
|
||||
PlatformInfo.setAudioActive(false)
|
||||
player.muted = true
|
||||
player.playbackRate = 1
|
||||
if (!player.playing) {
|
||||
player.play()
|
||||
}
|
||||
setIsFullscreen(false)
|
||||
}}
|
||||
accessibilityLabel={
|
||||
|
||||
Reference in New Issue
Block a user