Closed jraoatlogic closed 9 years ago
Modified the index.html in release zip by adding the following codes:
/* $(document).keydown(function(e) { screenfull.request($('#container')[0]); }); */ /* $(document).keyup(function(e) { screenfull.request($('#container')[0]); }); */ /* $(document).keypress(function(e) { screenfull.request($('#container')[0]); }); */
Tried each event handler separately under IE 11.0.21, the fullscreen mode couldn't be triggered when pressing key on browser.
See this: http://caniuse.com/#feat=fullscreen -> Issues -> Issue 4. Seems to be an IE11 'feature'.
Modified the index.html in release zip by adding the following codes:
Tried each event handler separately under IE 11.0.21, the fullscreen mode couldn't be triggered when pressing key on browser.