Hi all,
I've a problem to show the virtual keyboard in the subject's phone.

In order, forcing the opening with the android api (without using
system editbox), the soft keyboard doesn't appears and the phone
'answer me' with the message 'Use the keys'.

Here the API I am using:
[code]
final InputMethodManager im = (InputMethodManager)
context.getSystemService (Context.INPUT_METHOD_SERVICE);
im.showSoftInput (sv, InputMethodManager.RESULT_UNCHANGED_SHOWN);
[/code]
...whre sv is the SurfaceView whose the virtual keyboard should
appears.

Please notice that in all other phones, the procedure above works
perfectly.

Do you have this problem with LG GW620 LinkMe?
Do you know how to solve it?

Thank you in advance.

-- 
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