-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Web] fix exit full screen issue #810
[Web] fix exit full screen issue #810
Conversation
@ToddZeil thanks for your pending changes. Definitely like the
This should actually be tied to Once that's done, then that should be good enough for me to approve and merge. |
@diegotori fair call, added those comments now |
@diegotori are you happy with the added comments ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Note that I'll merge and publish this tomorrow, since I don't have my development computer in front of me.
* commit '33e95c0b786d245fc1149cddb34141e1a626ce87': chewie, version 1.7.5. Addresses fluttercommunity#802 and fluttercommunity#810. Add documentation to the play function update version and changelog Add documentation Refactor un needed set states, refactor play if finished( as video player restarts if finished) Add fix for returning from full screen web Update chewie_player.dart # Conflicts: # lib/src/chewie_player.dart
#790
#688
When viewing full screen on web, returning from full screen causes original video to lose picture.
We re initialise controllers for web only when returning from full screen
Also refactor un needed set states, refactor play if finished( as video player restarts if finished)