jcrgaprende opened a new issue, #1560: URL: https://github.com/apache/cordova-android/issues/1560
# Bug Report ## Problem iFrame can't go to fullscreen Android ## Information 1. Create a new Cordova project using cordova create iframeTest 2. Add Android platform: cordova platform add [email protected] (also happen with android@11) 3. Add this code to index.html, inside body tag: `<iframe id="ytplayer" type="text/html" width="352" height="198" src="https://www.youtube.com/embed/M7lc1UVf-VE" frameborder="0" allowfullscreen></iframe>` 4. Run project on physical device using cordova run android 5. Play YouTube video 6. Tap on fullscreen button 7. Nothing happend 8. Lock Android device 9. Unlock Android device 10. Now seen full screen mode ### 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 <!-- Please check the boxes by putting an x in the [ ] like so: [x] --> - [x] I searched for existing GitHub issues - [x] I updated all Cordova tooling to most recent version - [x] I included all the necessary information above -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
