reset playback rate on exit fullscreen (#5116)
This commit is contained in:
parent
7f26ad508e
commit
5c2e9f09bf
1 changed files with 1 additions and 0 deletions
|
@ -59,6 +59,7 @@ export function VideoEmbedInnerNative({
|
|||
PlatformInfo.setAudioCategory(AudioCategory.Ambient)
|
||||
PlatformInfo.setAudioActive(false)
|
||||
player.muted = true
|
||||
player.playbackRate = 1
|
||||
if (!player.playing) {
|
||||
player.play()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue