I don't know if this is a bug as I can use arrow keys but not alphanumeric keys,
even when using Element. ALLOW_KEYBOARD_INPUT plz check https://developer.mozilla.org/en/DOM/Using_full-screen_mode On Fri, Apr 13, 2012 at 11:49 AM, Mick <[email protected]> wrote: > Thanks Tbela. > > You are correct here, it is working in Mozilla Firefox but not working for > Chrome browser. > > Please let us know, if is there any solution for webkitRequestFullScreen ? > > Thank you very much. > > > > On Friday, April 13, 2012 3:43:13 PM UTC+5:30, tbela99 wrote: >> >> it looks like this works in firefox but not webkit >> >> >> On Fri, Apr 13, 2012 at 9:56 AM, Thierry bela nanga <[email protected]>wrote: >> >>> you should bind keyboard events to the element that called >>> requestFullScreen, it works for me >>> >>> element.requestFullScreen(); >>> element.addEvent('keydown', function (e) { console.log(e.key) }); >>> >>> >>> On Fri, Apr 13, 2012 at 7:53 AM, Mick <[email protected]> wrote: >>> >>>> >>>> - >>>> - >>>> - >>>> - >>>> >>>> Alphabets 'a to i' & numeric keys are disabled in >>>> fullscreen<http://www.mooforum.net/help-f31/alphabets-numeric-keys-are-disabled-fullscreen-t70436.html#p84251> >>>> >>>> [image: >>>> Post]<http://www.mooforum.net/help-f31/alphabets-numeric-keys-are-disabled-fullscreen-t70436.html#p84251>by >>>> *Mick <http://www.mooforum.net/member/Mick/>* on Thu Apr 12, 2012 >>>> 10:34 am >>>> Hi all, I am using mootools core 1.4.5 and the chrome browser for >>>> fullscreen mode. During the fullscreen mode when I am typing keyboard input >>>> keys from alphabet 'a to i' and numeric keys (0 to 9) then they are not >>>> displaying in the text box. >>>> >>>> We are referring Mozilla Developer example given here :- >>>> https://developer.mozilla.org/**en/DOM/Using_full-screen_mode<https://developer.mozilla.org/en/DOM/Using_full-screen_mode> >>>> >>>> I checked this issue with "webkitRequestFullScreen(** >>>> Element.ALLOW_KEYBOARD_INPUT)"**; >>>> >>>> but it is still not working. >>>> >>>> If somebody have any idea then please let me know. >>>> >>>> Thanks & Regards, >>>> >>>> Mick >>>> >>> >>> >>> >>> -- >>> http://tbela99.blogspot.com/ >>> >>> fax : (+33) 08 26 51 94 51 >>> >> >> >> >> -- >> http://tbela99.blogspot.com/ >> >> fax : (+33) 08 26 51 94 51 >> > > On Friday, April 13, 2012 3:43:13 PM UTC+5:30, tbela99 wrote: >> >> it looks like this works in firefox but not webkit >> >> >> On Fri, Apr 13, 2012 at 9:56 AM, Thierry bela nanga <[email protected]>wrote: >> >>> you should bind keyboard events to the element that called >>> requestFullScreen, it works for me >>> >>> element.requestFullScreen(); >>> element.addEvent('keydown', function (e) { console.log(e.key) }); >>> >>> >>> On Fri, Apr 13, 2012 at 7:53 AM, Mick <[email protected]> wrote: >>> >>>> >>>> - >>>> - >>>> - >>>> - >>>> >>>> Alphabets 'a to i' & numeric keys are disabled in >>>> fullscreen<http://www.mooforum.net/help-f31/alphabets-numeric-keys-are-disabled-fullscreen-t70436.html#p84251> >>>> >>>> [image: >>>> Post]<http://www.mooforum.net/help-f31/alphabets-numeric-keys-are-disabled-fullscreen-t70436.html#p84251>by >>>> *Mick <http://www.mooforum.net/member/Mick/>* on Thu Apr 12, 2012 >>>> 10:34 am >>>> Hi all, I am using mootools core 1.4.5 and the chrome browser for >>>> fullscreen mode. During the fullscreen mode when I am typing keyboard input >>>> keys from alphabet 'a to i' and numeric keys (0 to 9) then they are not >>>> displaying in the text box. >>>> >>>> We are referring Mozilla Developer example given here :- >>>> https://developer.mozilla.org/**en/DOM/Using_full-screen_mode<https://developer.mozilla.org/en/DOM/Using_full-screen_mode> >>>> >>>> I checked this issue with "webkitRequestFullScreen(** >>>> Element.ALLOW_KEYBOARD_INPUT)"**; >>>> >>>> but it is still not working. >>>> >>>> If somebody have any idea then please let me know. >>>> >>>> Thanks & Regards, >>>> >>>> Mick >>>> >>> >>> >>> >>> -- >>> http://tbela99.blogspot.com/ >>> >>> fax : (+33) 08 26 51 94 51 >>> >> >> >> >> -- >> http://tbela99.blogspot.com/ >> >> fax : (+33) 08 26 51 94 51 >> > -- http://tbela99.blogspot.com/ fax : (+33) 08 26 51 94 51
