Thursday, June 23, 2011

[android-developers] Fwd: Keyboard issue on android 2.3.3

No one has faced this issue???

---------- Forwarded message ----------
From: Ankur Avlani <ankuravlani@gmail.com>
Date: Wed, Jun 22, 2011 at 7:48 PM
Subject: Keyboard issue on android 2.3.3
To: android-developers@googlegroups.com


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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment