Skip to main content
Participating Frequently
November 8, 2011
Question

Mobile KeyBoard Events

  • November 8, 2011
  • 2 replies
  • 1006 views

Hi,

I am building a mobile application which have some text fields. On the focus of those textfield default mobile keyboard opened, now i want to listen the keydown and keyup event at the mobile end so that i know that which key entered on the mobile like in the web application.

Thanks for help

This topic has been closed for replies.

2 replies

x_a_n_d_e_r
Participating Frequently
December 27, 2011

Was this ever solved? Right now, I'm having the exact same issues.

I'm trying to capture the 'backspace' button on the iPhone, but I'm not receiving any keyboardevents at all.

I trigger the requestSoftKeyboard on an input TextField.

relaxatraja
Inspiring
November 8, 2011
Participating Frequently
November 8, 2011

Hi,

I think you miss understood the question, actually i am not getting KeyboardEvent.KEY_DOWN and KeyboardEvent.KEY_UP events in my mobile application.

Thanks