We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
iFrame can't go to fullscreen Android
<iframe id="ytplayer" type="text/html" width="352" height="198" src="https://www.youtube.com/embed/M7lc1UVf-VE" frameborder="0" allowfullscreen></iframe>
See video in fullscreen mode
Cordova CLI: 11.1.0 Cordova Android Platform: 10.1.2 (also happen with platform version 11)
The text was updated successfully, but these errors were encountered:
Unable to reproduce on cordova-android@11.
I didn't [email protected], since that is out of development.
Also tested on my physical device with no prevail. It has the same behaviour as the emulator.
Are you able to provide a sample reproduction app?
Sorry, something went wrong.
On my test devices, the error only occurs on Samsung Androids.
I also have the same problem on some devices.
I you rotate the screen after pressing fullscreen button then video start playing in fullscreen.
No branches or pull requests
Bug Report
Problem
iFrame can't go to fullscreen Android
Information
<iframe id="ytplayer" type="text/html" width="352" height="198" src="https://www.youtube.com/embed/M7lc1UVf-VE" frameborder="0" allowfullscreen></iframe>
What is expected to happen?
See video in fullscreen mode
What does actually happen?
iFrame can't go to fullscreen Android
Version information
Cordova CLI: 11.1.0
Cordova Android Platform: 10.1.2 (also happen with platform version 11)
Checklist
The text was updated successfully, but these errors were encountered: