Im using android:imeOptions="actionGo" for a edit text box. Its working properly on Android default keyboard. I'm getting "GO" button . But if i try to change the input method to either swype or LG keyboard on my LG device , I'm not getting "Go" instead im getting enter symbol. Why this is happening . I want Go button regardless of wt keyboard im using. Please can any one help me in this ?

link|improve this question

65% accept rate
then there is no any mistake by you it is mistake by keyboard developer... – CapDroid Sep 12 '11 at 9:43
feedback

1 Answer

up vote 2 down vote accepted

Sadly not all manufacturer implements correctly their custom keyboard so you wont be able to have the "Go" button.

For instance, on HTC phones you won't get something else than a "enter button" even if you set a search action: android:imeOptions="actionSearch". On a Motorola Droid it works fine.

On some phones you have to set the imeOptions in java code to make it works. You can have a try on your LG.

link|improve this answer
Hi Oliver .. i tried to set imeoption in java code.. still same Result ... – Nemo Sep 12 '11 at 9:47
Bad luck. It will still work on some of your users phone. Samsungs keyboard works fine usually. – ol_v_er Sep 12 '11 at 10:09
Thank you Ol_v_er – Nemo Sep 12 '11 at 10:16
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.