[Webkit-unassigned] [Bug 149054] keydown event doesn't fire on iOS when arrow keys pressed on external keyboard

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 30 22:32:46 PST 2018


https://bugs.webkit.org/show_bug.cgi?id=149054

Willem L. Middelkoop <mail at willem.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mail at willem.com

--- Comment #6 from Willem L. Middelkoop <mail at willem.com> ---
Workaround is possible:
- make sure some element has focus (so that key events do fire)
- event.keyCode will be 0 (which is non-desirable)
- however, event.key will have a value "UIKeyInputUpArrow", "UIKeyInputDownArrow", "UIKeyInputLeftArrow" or "UIKeyInputRightArrow"

I have confirmed this to work on iPad (in combination with hardware keyboard, type cover and bluetooth magic keyboard).

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180131/0d9515dc/attachment.html>


More information about the webkit-unassigned mailing list