eric ramirez created CB-8925:
--------------------------------
Summary: webkitRequestFullscreen fails silently
Key: CB-8925
URL: https://issues.apache.org/jira/browse/CB-8925
Project: Apache Cordova
Issue Type: Bug
Environment: Cordova 4.3.0
Android build tools 22
Project target: Android 4.2.2, API 19
Reporter: eric ramirez
Dear Cordova Team,
I ran into what seems to be a bug with Cordova and Chrome/HTML5
webkitRequestFullscreen method.
Step to reproduce:
- Create a new Cordova project, add android platform
-Edit the default index.html file, add these elements:
<div id='myText’>Test Full Screen Content</div>
<input type='button' value=‘Go full Screen'
onclick='document.getElementById("myText").webkitRequestFullscreen();’/>
- Open the index.html file using Chrome on your computer, click on the button,
full screen works as expected.
- Install the app on android device, click on the button, nothing happens, no
error gets printed on Chrome's console.
I looked for any Cordova plugin to use full screen Divs/HTML elements (not
just video or images objects) but couldn’t find any.
Thanks in advance for your help!
Eric.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]