[ https://issues.apache.org/jira/browse/CB-8925?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Shazron Abdullah updated CB-8925: --------------------------------- Component/s: Android > webkitRequestFullscreen fails silently > -------------------------------------- > > Key: CB-8925 > URL: https://issues.apache.org/jira/browse/CB-8925 > Project: Apache Cordova > Issue Type: Bug > Components: Android > 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: issues-unsubscr...@cordova.apache.org For additional commands, e-mail: issues-h...@cordova.apache.org