At present, it is necessary to specify the input element that a virtual
keyboard will be used with
using code similar to this:
var kbd = new google.elements.keyboard.Keyboard(
[google.elements.keyboard.LayoutCode.HEBREW],
['text']);
where 'text' is the id of the input element (e.g. - textarea) where the
keyboard will popup.
It would be very useful if it was possible to call up a virtual keyboard for
any input field. For
example, if I was in a blog comment textarea and wanted to enter Hebrew text,
it would be nice if
I could click on a bookmarklet to activate the Hebrew Virtual Keyboard for the
input element that
currently was "in focus" (e.g. the blog comment textarea).
Original issue reported on code.google.com by billc...@gmail.com on 9 May 2010 at 10:22
Original issue reported on code.google.com by
billc...@gmail.com
on 9 May 2010 at 10:22