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

Reply via email to