You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/08/29 17:56:11 UTC

[GitHub] [cordova-android] Chuckytuh opened a new issue #822: Back button event on full screen video closes application

Chuckytuh opened a new issue #822: Back button event on full screen video closes application
URL: https://github.com/apache/cordova-android/issues/822
 
 
   # Bug Report
   
   ## Problem
   
   As the title suggests, attempting to exit fullscreen using the back button, closes the application instead of exiting fullscreen.
   
   1. Create a cordova application with a <video> element capable of going full screen.
   2. Enter full screen mode on video
   3. Hit back button
   
   ### What is expected to happen?
   
   Full screen mode should be exited.
   
   ### What does actually happen?
   
   Application is closed.
   
   ## Information
   
   From what I could gather this is in fact a problem with Chrome itself, I've seen this occur on chrome versions (at least) higher than 74.0.3729.186 up to the current stable version (76.0.3809.132).
   
   A [bug report](https://bugs.chromium.org/p/chromium/issues/detail?id=999212) on chromium bug tracker was also opened 
   
   ### Command or Code
   
   N/A
   
   ### Environment, Platform, Device
   
   Android, any version that uses Chrome as the webview provider and it has been updated.
   
   ### Version information
   cordova cli: 7.1.0
   cordova-android: 8.0.0
   
   ## Checklist
   <!-- Please check the boxes by putting an x in the [ ] like so: [x] -->
   
   - [X] I searched for existing GitHub issues
   - [ ] 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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org