-
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
Allow full screen video on Android #605
Comments
We've run into this issue as well, the "full screen" control button is present but disabled on the video player. |
@greensopinion try PR #1763 and tell me if this works for you |
Just tested on the simulator, works! Thanks @rgolea |
@greensopinion any time! I would recommend that each time you start a project you just copy-paste the changes from the PR in order to have the latest version of capacitor (until the PR merges). |
I've created a video.js sample app and it doesn't show the full screen video button, nor opens full screen when using
playsinline: false
option.Same app in Cordova has full screen video button and goes full screen when play is pressed if
playsinline: false
option is used.We should also allow full screen video in Capacitor
Sample app:
https://github.com/jcesarmobile/playerjs-example
The text was updated successfully, but these errors were encountered: