No one has faced this issue???

---------- Forwarded message ----------
From: Ankur Avlani <[email protected]>
Date: Wed, Jun 22, 2011 at 7:48 PM
Subject: Keyboard issue on android 2.3.3
To: [email protected]


HI,

I upgraded my phone to android 2.3.3.  I have an app which opens the
keyboard in landscape mode when it starts.  After upgrading, i am not seeing
the keyboard unless I click on the field.

InputMethodManager man = (InputMethodManager)
this.getApplicationContext().getSystemService(INPUT_METHOD_SERVICE);
man.showSoftInput(edit, InputMethodManager.SHOW_FORCED);
// man.toggleSoftInput(InputMethodManager.SHOW_FORCED,
InputMethodManager.RESULT_SHOWN);

I tried both the above methods, but neither brings the keyboard by default.
 This is working in older version of android (2.2).

Any inputs are appreciated.

Thanks,
Ankur.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to