Video don't resume when focus tab again in iPhone #1002
Replies: 5 comments
-
Thanks for filing this issue. Do you only observe this issue on iOS or have you been able to reproduce on other platforms? |
Beta Was this translation helpful? Give feedback.
-
I am able to reproduce only on this phone right now. In desktop seems to work as expected, since don't pause when switching tab and continues playing. |
Beta Was this translation helpful? Give feedback.
-
Any news on this bug? |
Beta Was this translation helpful? Give feedback.
-
Any news? |
Beta Was this translation helpful? Give feedback.
-
I'm not able to reproduce this on iOS 17.4.1. Is anyone still able to reproduce? |
Beta Was this translation helpful? Give feedback.
-
Expected Behavior
When set as
loop: true
,autoplay: true
andautopause: false
, we expect the video continue when leave the tab or at least resume when the tab is focused again.Actual Behavior
The
play
event is fired but the player still paused.Steps to Reproduce
autopause
flagloop
oneThen play the video, change tab for a second and get back to the tab with the Player
Here is a screencast:
RPReplay_Final1652265055.mp4
Looking the logs, seems that for some reason the video is
paused
when switching tab (and it is ok for me), an seems that the eventplay
is fired, but the video it isn't.Beta Was this translation helpful? Give feedback.
All reactions