-
Notifications
You must be signed in to change notification settings - Fork 58
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
Update video player to open the URL by browser on Android #1117
Conversation
I can confirm that this makes the flow better, at least for the time being until the inline previewing works. I haven't given a look at the code side of things though so, I'm just adding this comment without aprooving the PR. |
We decided to hide the video block on Android for the 1.7 release (#1127) so, I'll remove this PR from the milestone and re-target it towards develop. Let's decide later if we want to work some more on this one or note. |
I think this PR brings a nice enhancement and worth merging it even if it doesn't solve the original overflow problem. Because the browser has a much better player. But even if we don't merge this, let's not forget to add the bottom item on a separate PR:
|
I'm ok on merging this one, since external player(s) (apps or browser) are way better. Considering also the block has limited dimension, and the play'ed video inside them has a small viewport. About the overflow problem, I suggest to wait until the AndroidX migration is completed. If we agree to merge this PR we need upgrade the GB side companion PR to bring in latest changes. |
…rg-mobile into issue/1037-video-layout-problem-on-android * 'develop' of https://github.com/wordpress-mobile/gutenberg-mobile: (42 commits) Point to merged mobile release on GB master Update JS bundles Update GB ref Point to the merged-to-release GB hash Update bundles. Let RichText compute shouldBlurOnUnmount by its own Rename to an unstable, very goal-named name Update gutenberg reference Declare isReplaceable's type Update gutenberg reference Point to a branched GB hash Pass isReplaceable via Context so RichText can blur Disable Video block on Android for v1.7.0 release Remove commented out waits in UI test utils Update gutenberg ref Update gutenberg ref Move BlockPicker to gutenberg as Inserter in @wordpress/block-editor Update gutenberg ref typing out long text taking too long, reduing amount text needed to type for tests using long text fix submodule ... # Conflicts: # gutenberg
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.
So let's merge this one once GB side is green.
We will take care of fixing video problems on Android on another PRs, maybe we need to wait until AndroidX lands into the house, but we will see if it's a blocker or not. Keep the video block unregistered for now.
Fixes #1119
gutenberg PR: WordPress/gutenberg#16089
This should change only Android. We are canceling out the react-native-video's player controls and replacing it with system browser:
iOS should remain same:
To test:
WPAndroid:
WPiOS should remain same:
Update release notes:
RELEASE-NOTES.txt
.