fluttercommunity / fluttercommunity/chewie
Why enter and exit fullscreen on web pause video?
Open
- Dominant language
- Dart
- Stars
- 2.1k
- Forks
- 1.1k
- Avg merge
- 6d 8h
- Merged PRs (30d)
- 6
Description
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?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.