You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run example/ in Android and iOS, play video and press fullscreen toggle, the video continues playing, but when I do the same in Web platform the video always pause on enter and exit fullscreen.
I noticied that on PR #810 it is call VideoPlayerController.pause() intentionally, but when I check ChewieController.isPlaying to verify if video is playing and decide continue playing or not it works.
Is there any reason to do that on Web?
The text was updated successfully, but these errors were encountered:
When I run
example/
in Android and iOS, play video and press fullscreen toggle, the video continues playing, but when I do the same in Web platform the video always pause on enter and exit fullscreen.I noticied that on PR #810 it is call
VideoPlayerController.pause()
intentionally, but when I checkChewieController.isPlaying
to verify if video is playing and decide continue playing or not it works.Is there any reason to do that on Web?
The text was updated successfully, but these errors were encountered: