Yes you can use that code to hide the keyboard opened by webkit. I
have that implemented in an app that I am working on. You would call
On Sep 7, 8:00 am, Mikko Ohtamaa <
mi...@redinnovation.com> wrote:
> Hi,
>
> Is it possible to hide Android touch keyboard from Javascript for
> <input>? On iPhone we can do this by firing blur event for the
> corresponding input having the keyboard open, but this doesn't seem to
> work at least with A2.1.
>
> The problem is that we have buttons on the screen next to input. The
> user presses this buttons, the application moves forward, but on
> Android the keyboard stays. I assume this is some sort of
> compatibility feature (some Android devices have hard keyboard).
>
> I also found this code:
>